Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Changes
|
Wishlist
In principle, it should be possible in SSH-2 to bypass the user authentication stage entirely, and ask for the ssh-connection service (which provides shells, port-forwarding and so on) directly, rather than through the ssh-userauth service.
Currently, PuTTY is hardcoded to try ssh-userauth, and will bomb out if that is not supported. It should be trivial to add an option to try ssh-connection instead. (Perhaps we should also try it if ssh-userauth is refused?)
We probably won't add this unless someone asks for it. (At least one person has expressed an interest in using SSH purely for transport.)
(This isn't relevant to SSH-1, which doesn't have the modularity of SSH-2.)