Author Topic: Ssh Client On Zaurus  (Read 2196 times)

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Ssh Client On Zaurus
« on: February 04, 2006, 05:19:57 am »
Supposed to be a stupid and common question. But nothing comes close from the Howto and forum search results.

installed openssh-client 3.6.1p1 and openssh-addon 3.6.1p1. Run ssh-user-keygen.sh

ssh [hostname]  just returned me to the prompt. Even ssh -V didn't tell me anything. Any ideas?

telnet works fine, as well as ssh in the X/Qt Debian chroot.
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

aki

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
    • http://www.akiaki.org
Ssh Client On Zaurus
« Reply #1 on: February 04, 2006, 06:26:16 pm »
Try

ssh -vvv

If you are not user name "zaurus" on the remote machine, you need to specify the correct user with

ssh -l username host

sl-5500 Sharp 2.38 ROM + sl-6000L w/ expansion adapter
Trendnet CF Ethernet + Micro Innovations IR Keyboard
------
sip: 544187@fwd.pulver.com

My Zaurus Page

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Ssh Client On Zaurus
« Reply #2 on: February 04, 2006, 07:51:44 pm »
Quote
Try

ssh -vvv

If you are not user name "zaurus" on the remote machine, you need to specify the correct user with

ssh -l username host
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113667\"][{POST_SNAPBACK}][/a][/div]

Both returns nothing. not even an error message.
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

aki

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
    • http://www.akiaki.org
Ssh Client On Zaurus
« Reply #3 on: February 04, 2006, 09:41:14 pm »
It doesn't look like ssh is running at all.  Maybe it didn't get installed properly?

Code: [Select]
ipkg status openssh-clientshould return:
Code: [Select]
Package: openssh-client
Status: install ok installed
Root: /
Version: 3.6.1p1

If thepackage is installed properly,
Code: [Select]
ssh -Vshould return
Code: [Select]
OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702fssh without arguments should output about two pages worth of help.

sl-5500 Sharp 2.38 ROM + sl-6000L w/ expansion adapter
Trendnet CF Ethernet + Micro Innovations IR Keyboard
------
sip: 544187@fwd.pulver.com

My Zaurus Page

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Ssh Client On Zaurus
« Reply #4 on: February 05, 2006, 12:11:23 am »
ipkg status openssh-client shows it correctly installed (exactly as posted), however ssh -V is still silent.

Nevertheless, an uninstall/reinstall fixed this weirdness. No idea what's the cause though. Thanks, aki
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc