summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 8 insertions, 0 deletions
diff --git a/ssh.1 b/ssh.1
index 62292cc09..c0cc12f43 100644
--- a/ssh.1
+++ b/ssh.1
@@ -756,6 +756,10 @@ Protocol 1 is restricted to using only RSA keys,
756but protocol 2 may use any. 756but protocol 2 may use any.
757The HISTORY section of 757The HISTORY section of
758.Xr ssl 8 758.Xr ssl 8
759(on non-OpenBSD systems, see
760.nh
761http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY)
762.hy
759contains a brief discussion of the DSA and RSA algorithms. 763contains a brief discussion of the DSA and RSA algorithms.
760.Pp 764.Pp
761The file 765The file
@@ -1338,6 +1342,8 @@ The file format and configuration options are described in
1338.Xr ssh_config 5 . 1342.Xr ssh_config 5 .
1339Because of the potential for abuse, this file must have strict permissions: 1343Because of the potential for abuse, this file must have strict permissions:
1340read/write for the user, and not writable by others. 1344read/write for the user, and not writable by others.
1345It may be group-writable provided that the group in question contains only
1346the user.
1341.Pp 1347.Pp
1342.It Pa ~/.ssh/environment 1348.It Pa ~/.ssh/environment
1343Contains additional definitions for environment variables; see 1349Contains additional definitions for environment variables; see
@@ -1445,8 +1451,10 @@ if an error occurred.
1445.Xr sftp 1 , 1451.Xr sftp 1 ,
1446.Xr ssh-add 1 , 1452.Xr ssh-add 1 ,
1447.Xr ssh-agent 1 , 1453.Xr ssh-agent 1 ,
1454.Xr ssh-argv0 1 ,
1448.Xr ssh-keygen 1 , 1455.Xr ssh-keygen 1 ,
1449.Xr ssh-keyscan 1 , 1456.Xr ssh-keyscan 1 ,
1457.Xr ssh-vulnkey 1 ,
1450.Xr tun 4 , 1458.Xr tun 4 ,
1451.Xr hosts.equiv 5 , 1459.Xr hosts.equiv 5 ,
1452.Xr ssh_config 5 , 1460.Xr ssh_config 5 ,