aboutsummaryrefslogtreecommitdiff
path: root/ssh.0
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-07-23 09:28:49 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-07-23 09:28:49 +0000
commitad22e48f1aa1a1e23017e0555540d2d6b61ced1d (patch)
tree7f4db193e6aaf3390a97bd79900d7d352cafa0e6 /ssh.0
parent490bfaade9fd39fe364761a9abb9e53381c5571c (diff)
Notes
Diffstat (limited to 'ssh.0')
-rw-r--r--ssh.011
1 files changed, 9 insertions, 2 deletions
diff --git a/ssh.0 b/ssh.0
index 8ec0bb397197..aedd6c71e7cf 100644
--- a/ssh.0
+++ b/ssh.0
@@ -280,7 +280,7 @@ DESCRIPTION
Port to connect to on the remote host. This can be specified on
a per-host basis in the configuration file.
- -q Quiet mode. Causes all warning and diagnostic messages to be
+ -q Quiet mode. Causes most warning and diagnostic messages to be
suppressed.
-R [bind_address:]port:host:hostport
@@ -714,6 +714,13 @@ FILES
host-based authentication without permitting login with
rlogin/rsh.
+ ~/.ssh/
+ This directory is the default location for all user-specific con-
+ figuration and authentication information. There is no general
+ requirement to keep the entire contents of this directory secret,
+ but the recommended permissions are read/write/execute for the
+ user, and not accessible by others.
+
~/.ssh/authorized_keys
Lists the public keys (RSA/DSA) that can be used for logging in
as this user. The format of this file is described in the
@@ -832,4 +839,4 @@ AUTHORS
created OpenSSH. Markus Friedl contributed the support for SSH protocol
versions 1.5 and 2.0.
-OpenBSD 4.2 June 12, 2007 13
+OpenBSD 4.3 March 26, 2008 13