RE: Problems with passwordless ssh/scp (W2K client , Solaris 8 se rver). > -----Original Message-----
> From: David Liber [mailto:david.liber@the401kcompany.com]
> Sent: Tuesday, July 29, 2003 3:47 PM
> To: secureshell@securityfocus.com
> Cc: David Liber
> Subject: Problems with passwordless ssh/scp (W2K client ,
> Solaris 8 server).
>
>
> Hi,
>
> I am trying to use a passwordless ssh/scp from some ANT
- Connect to your solaris box (tuxstage3) from your Windoze box running
cygwin (ssh with password user-auth).
- run sshd on a non-default port as a test with debug logging (use sudo or
su):
# sshd -ddd -p 2222
- Open another cygwin shell window on your Windoze box and try to ssh over
to tuxstage3 on this non-default port.
$ ssh -vvv tuxedo@tuxstage3 -p 2222
- Look at the output of the sshd window and see if there are any clues. You
can also redirect stdout/stderr to a file and send this back.
You mentioned concatenating id_rsa.pub into ~/.ssh/authorized_keys2. Does
your /etc/ssh/sshd_config have that selected as the authorized keys file? I
thought those were deprecated. You attached the /etc/ssh/ssh_config which
applies to clients running on tuxstage3 if they are configured to use a
global config file.
cheers,
scott
Received on Thu Jul 31 12:21:07 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:03:01 EDT
|