diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-11-08 17:49:54 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-11-08 17:49:54 +0000 |
commit | dbb1dd86d4b17ca950c3b43e9a135387e5701093 (patch) | |
tree | 3ca560d2f723f3ff9746fa621a7417c93a99ee99 /usr.bin | |
parent | 4c6ac2f762cfc8f128ef122882b23e7792ca5737 (diff) |
mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 404f80bd148..ad3c96023de 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.140 2001/10/30 20:29:09 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.141 2001/11/08 17:49:53 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1389,6 +1389,15 @@ This file provides defaults for those values that are not specified in the user's configuration file, and for those users who do not have a configuration file. This file must be world-readable. +.It Pa /etc/ssh_host_key, /etc/ssh_host_dsa_key, /etc/ssh_host_rsa_key +These three files contain the private parts of the host keys +and are used for +.Cm RhostsRSAAuthentication +and +.Cm HostbasedAuthentication . +Since they are readable only by root +.Nm +must be setuid root if these authentication methods are desired. .It Pa $HOME/.rhosts This file is used in .Pa \&.rhosts |