
Hello, This is a newb question, but here I go. sshd has always "just worked" of me (ever since 7.3) but now with 9.0 things are different. I can ssh in from unix boxes but when I try on a Windows machine using SSH Secure Shell (www.ssh.com) I get the following error: " No further authentication methods available." I don't know how to fix this one... -Matthew

On Sunday 22 February 2004 00:03 am, Matthew Andrew Tobiasz wrote:
Hello,
This is a newb question, but here I go. sshd has always "just worked" of me (ever since 7.3) but now with 9.0 things are different. I can ssh in from unix boxes but when I try on a Windows machine using SSH Secure Shell (www.ssh.com) I get the following error: " No further authentication methods available." I don't know how to fix this one...
Are you trying to log into the Windoze box from outside, or to a remote box from Windoze? Dylan
-Matthew
-- "They that can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." -Benjamin Franklin

Matthew, Please reply on-list... On Sunday 22 February 2004 00:24 am, you wrote:
This is a newb question, but here I go. sshd has always "just worked" of me (ever since 7.3) but now with 9.0 things are different. I can ssh in from unix boxes but when I try on a Windows machine using SSH Secure Shell (www.ssh.com) I get the following error: " No further authentication methods available." I don't know how to fix this one...
Are you trying to log into the Windoze box from outside, or to a remote box from Windoze?
I want to remotely log in from a Windows box to my Linux box using SSH Secure Shell....
Have you tried plugging the error message into the search box on the ssh.com website? It hits a few relevant docs... Dylan -- "They that can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." -Benjamin Franklin

This is a newb question, but here I go. sshd has always "just worked" of me (ever since 7.3) but now with 9.0 things are different. I can ssh in from unix boxes but when I try on a Windows machine using SSH Secure Shell (www.ssh.com) I get the following error: " No further authentication methods available." I don't know how to fix this one...
Are you trying to log into the Windoze box from outside, or to a remote box from Windoze?
I want to remotely log in from a Windows box to my Linux box using SSH Secure Shell....
Have you tried plugging the error message into the search box on the ssh.com website? It hits a few relevant docs...
I was reading here (below link) about the problem but I couldn't find "RequireReverseMapping" in /etc/ssh. http://www.ssh.com/support/documentation/online/ssh/winadminguide/40/Authent... ation_Problems.html -Matthew

söndag 22 februari 2004 01:55 skrev Matthew Andrew Tobiasz:
I was reading here (below link) about the problem but I couldn't find "RequireReverseMapping" in /etc/ssh.
http://www.ssh.com/support/documentation/online/ssh/winadminguide/40/Authen tic ation_Problems.html
Or, install Cygwin's on the Windows box ... the ssh with it, works perfectly. Besides, it got a lot more niceties.

Turns out /etc/ssh/sshd_config has the following line: PasswordAuthentication no But "man 5 sshd_config" says: PasswordAuthentication Specifies whether password authentication is allowed. The default is ``yes''. Hmm, why is SuSE 9.0's default "no" ? I changed this to yes and BANG it works. Stay Fresh! Matthew
I was reading here (below link) about the problem but I couldn't find "RequireReverseMapping" in /etc/ssh.
http://www.ssh.com/support/documentation/online/ssh/winadminguide/40/Auth en tic ation_Problems.html
Or, install Cygwin's on the Windows box ... the ssh with it, works perfectly. Besides, it got a lot more niceties.

* Matthew Andrew Tobiasz <matobias@ucalgary.ca> [02-21-04 21:15]:
Turns out /etc/ssh/sshd_config has the following line:
PasswordAuthentication no
But "man 5 sshd_config" says:
PasswordAuthentication Specifies whether password authentication is allowed. The default is ``yes''.
Hmm, why is SuSE 9.0's default "no" ? I changed this to yes and BANG it works.
I was reading here (below link) about the problem but I couldn't find "RequireReverseMapping" in /etc/ssh.
http://www.ssh.com/support/documentation/online/ssh/winadminguide/40/Auth en tic ation_Problems.html
Or, install Cygwin's on the Windows box ... the ssh with it, works perfectly. Besides, it got a lot more niceties.
# To disable tunneled clear text passwords, change to no here! PasswordAuthentication no #PermitEmptyPasswords no Your answer is in the file you quoted, sshd_config. It is a security concern. bottom posted, full quoted except sigs. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org

söndag 22 februari 2004 03:12 skrev Matthew Andrew Tobiasz:
Hmm, why is SuSE 9.0's default "no" ? I changed this to yes and BANG it works.
I would guess, that security was the reason ... if I remember correctly, the password authendication in question is done in the clear.

On Sunday 22 February 2004 10:04, Örn Hansen wrote:
söndag 22 februari 2004 03:12 skrev Matthew Andrew Tobiasz:
Hmm, why is SuSE 9.0's default "no" ? I changed this to yes and BANG it works.
I would guess, that security was the reason ... if I remember correctly, the password authendication in question is done in the clear.
Since when? Its never been that way. -- _____________________________________ John Andersen

On Sat, 2004-02-21 at 19:12 -0700, Matthew Andrew Tobiasz wrote:
Turns out /etc/ssh/sshd_config has the following line:
PasswordAuthentication no
But "man 5 sshd_config" says:
PasswordAuthentication Specifies whether password authentication is allowed. The default is ``yes''.
Hmm, why is SuSE 9.0's default "no" ? I changed this to yes and BANG it works.
It defaults to 'no' because it has UsePAM set to 'yes'. This overrides PasswordAuthentication in most cases. Maybe your /etc/pam.d/sshd is screwed?
participants (6)
-
Anders Johansson
-
Dylan
-
John Andersen
-
Matthew Andrew Tobiasz
-
Patrick Shanahan
-
Örn Hansen