summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.14
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index 31eb66c97..053fedd28 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.182 2004/03/05 10:53:58 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.183 2004/04/19 13:02:40 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -885,6 +885,8 @@ the convenience of the user.
885This is the per-user configuration file. 885This is the per-user configuration file.
886The file format and configuration options are described in 886The file format and configuration options are described in
887.Xr ssh_config 5 . 887.Xr ssh_config 5 .
888Because of the potential for abuse, this file must have strict permissions:
889read/write for the user, and not accessible by others.
888.It Pa $HOME/.ssh/authorized_keys 890.It Pa $HOME/.ssh/authorized_keys
889Lists the public keys (RSA/DSA) that can be used for logging in as this user. 891Lists the public keys (RSA/DSA) that can be used for logging in as this user.
890The format of this file is described in the 892The format of this file is described in the