search for: rsahostotherauthentication

Displaying 2 results from an estimated 2 matches for "rsahostotherauthentication".

2000 Aug 04
0
Combining RSA host authentication with another method
...access to my server with the /etc/ssh_known_hosts file, using RSA authentication of the remote host. But the protocol only allows RSA host authentication in conjunction with rhosts, while I prefer RSA user authentication. I've made a patch to the server which adds a new configuration option: RSAHostOtherAuthentication. When this option is enabled RSA host authentication is turned on, but without the rhosts check. Also, RSA host authentication on its own is insufficient to authenticate the user. The server also requires one other authentication method to succeed. It doesn't matter which, and the order in wh...
2001 Feb 27
4
AllowHosts / DenyHosts
I'd like to see a feature of the commercial ssh in openssh: AllowHosts xxx.yyy.xxx.yyy *.domain.net DenyHosts xxx.yyy.xxx.* name.domain.net This allows or denies connects from certain machines (including wildcard matching). Is there any chance for this feature to be included? No, we don't want to use tcp-wrapper for this. Bye.