Displaying 2 results from an estimated 2 matches for "timtam".
2001 May 21
3
Strange interaction of sftp and protocol version 1
...ocol version 1 does not support subystems
For Linux, I need the following to enable sftp:
Subsystem sftp /usr/libexec/openssh/sftp-server
However, if I comment out/remove this line and restart sshd, I can still
start sftp when using Protocol version 1.
[gordonr at icedvovo]$ sftp timtam
Connecting to timtam...
Password:
Request for subsystem 'sftp' failed on channel 0
Connection closed
This is fine - no DSA key, so fallback to password, then fail as sftp is
not enabled.
[gordonr at icedvovo]$ sftp -1 timtam
Connecting to timtam...
Enter passphrase for RSA...
2001 May 21
1
PasswordAuthentication no and protocol V2
...ogin yes
RSAAuthentication yes
RhostsAuthentication no
RhostsRSAAuthentication no
StrictModes yes
X11DisplayOffset 10
X11Forwarding no
CheckMail no
KeepAlive yes
PrintMotd yes
SyslogFacility AUTH
LogLevel INFO
User has an RSA key, but no DSA key.
[gordonr at icedvovo]$ ssh timtam
Enter passphrase for RSA key 'gordonr at xxxxx':
That's fine - RSA key accepted.
[gordonr at icedvovo]$ ssh -2 timtam
Password:
Sorry? PasswordAuthentication is set to "no". I can log in using a
password, and the server logs:
May 21 08:21:12 timtam sshd[12079...