Author Topic: ssh password  (Read 8311 times)

mnmis

  • Newbie
  • *
  • Posts: 12
    • View Profile
ssh password
« Reply #15 on: September 24, 2004, 07:21:44 am »
Well, I got it to work using Putty. I saw that they added openssh to the updates today, I'll try that and report back.
Zaurus 5000d, 5500 Linksys WPC11 and Netgear 701 wireless.

mnmis

  • Newbie
  • *
  • Posts: 12
    • View Profile
ssh password
« Reply #16 on: September 24, 2004, 12:11:34 pm »
Installing openssh fixed my problem using ssh.com's ssh client.

I had to edit sshd_config to add the ability for root and empty password to login.

I also edited the sftp-server path to get that to work.
Zaurus 5000d, 5500 Linksys WPC11 and Netgear 701 wireless.

tedbundyjr

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • http://
ssh password
« Reply #17 on: September 24, 2004, 11:13:45 pm »
installed the openssh from the upgrade feed. erkk.. 'eats' about 900kb of my root space.

tedbundyjr

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • http://
ssh password
« Reply #18 on: September 24, 2004, 11:49:29 pm »
i have a problem when try to install openssh in root/ram. after rebooting, opie wont start, indicating that libopie is missing. i don't know why it's happen.

the only modification is transfering my /root folder to sd /mnt/card/root and make a softlink /mnt/card/root to /root.

using 48-6 rom if not mistaken. oz351

tedbundyjr

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • http://
ssh password
« Reply #19 on: September 25, 2004, 12:09:05 am »
just ignore my previous post. my fault when overwrite task-opie-minimal in /mnt/card. sorry for confusion.

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
ssh password
« Reply #20 on: September 26, 2004, 09:48:31 am »
FYI: Release -r1 of openssh in the upgrade feed fixes the sftp-server and "empty password login" problems  

Thanks for your reports.
Webmaster of hentges.net & Embedded Linux Developer.

tedbundyjr

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • http://
ssh password
« Reply #21 on: September 26, 2004, 10:03:37 am »
keep up the good work guys!

inman

  • Newbie
  • *
  • Posts: 12
    • View Profile
ssh password
« Reply #22 on: September 26, 2004, 09:09:32 pm »
If you Google 'OpenSSH Windows' you'll find a port of openssh for Windows that will solve some of these problems and provide ssh and scp commands that function identically to their Unix counterparts.
6000L, 6000W from Japan
Lexar 512 and 1024mb SDs
Seagate 5gb CF microdrives

awaldram

  • Newbie
  • *
  • Posts: 14
    • View Profile
ssh password
« Reply #23 on: September 30, 2004, 09:08:04 am »
I think thers some comfusion here.

ssh = secure shell (not file transfer)
scp = secure copy mechanism (file transfer)
sftp = secure file transfer

It sounds like we are mixing up what your trying to do

dropbear as installed by default supports ssh and scp

if the app your using tries to use sftp for transfer it will fail with the unable to find sftp-server this is correct as it doesnt exist. (multisync etc)

Apps that use scp for transfer are not affected

if you remove dropbear and install openssh from the upgrades feed you will now be supporting ssh scp and sftp

behaviour should now be the same as 3.3.6

panyo

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://
ssh password
« Reply #24 on: October 07, 2004, 12:14:24 am »
I have installed the seven packages related to openssh from
http://openzaurus.org/official/unstable/3.5.1/upgrades/


I have generated a keypair with a pasphrase. I did the same on my cube
and put the public keys on my server. The cube gets in fine after being challanged for the
passphrase.

The Zaurus fails. When I do ssh -v, I see keys being exchanged but when I get to the
stage where the passphrase is required, instead of this :

Code: [Select]
debug1: read PEM private key done: type
Enter passphrase for key '/Users/poti/.ssh/id_dsa':

I get:

Code: [Select]
debug1: read PEM private key done: type
ssh_akspass: exec(/usr/libexec/ssh-askpass): No such file or directory

Where can I find ssh-askpass for OZ3.5.1, GPE?
Or, how can I get openssh not to use ssh-askpass, as in the case of my cube?
SL5500  OZ3.5.2 (Opie), Dvorak built in keyboard
Spectrum24 Ethernet
SanDisk 256 ext2 (AR0401RF China) SD
Lexar 256 VFAT (P/N 2260, Rev. A), Transcend 128 ext2 CF
Pismo, Cube, 8600, Gentoo PowerPC, YellowDog

Irongeek

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • http://
ssh password
« Reply #25 on: October 08, 2004, 11:46:08 am »
Coulds someone give me the install order of the OpenSSH packages on that feed? I just need to get SFTP to work, but I'm not sure what package puts the init.d file in place.
http://www.irongeek.com
[img]http://irongeek.com/sigs/sig.png\" border=\"0\" class=\"linked-sig-image\" /]

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
ssh password
« Reply #26 on: October 08, 2004, 11:59:14 am »
Quote
Coulds someone give me the install order of the OpenSSH packages on that feed? I just need to get SFTP to work, but I'm not sure what package puts the init.d file in place.
There is no sftp init.d file as the sftp-server is invoked by the ssh deamon.
Just install the openssh-sftp and dropbear should handle the rest.
Webmaster of hentges.net & Embedded Linux Developer.

Irongeek

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • http://
ssh password
« Reply #27 on: October 08, 2004, 12:04:58 pm »
Ok, installed sshd and sftp, did an ipkg-ling on both and it seems to work, thanks guys.
http://www.irongeek.com
[img]http://irongeek.com/sigs/sig.png\" border=\"0\" class=\"linked-sig-image\" /]