diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -726,6 +726,10 @@ The | |||
726 | .Sx HISTORY | 726 | .Sx HISTORY |
727 | section of | 727 | section of |
728 | .Xr ssl 8 | 728 | .Xr ssl 8 |
729 | (on non-OpenBSD systems, see | ||
730 | .nh | ||
731 | http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY) | ||
732 | .hy | ||
729 | contains a brief discussion of the DSA and RSA algorithms. | 733 | contains a brief discussion of the DSA and RSA algorithms. |
730 | .Pp | 734 | .Pp |
731 | The file | 735 | The file |
@@ -1293,6 +1297,8 @@ The file format and configuration options are described in | |||
1293 | .Xr ssh_config 5 . | 1297 | .Xr ssh_config 5 . |
1294 | Because of the potential for abuse, this file must have strict permissions: | 1298 | Because of the potential for abuse, this file must have strict permissions: |
1295 | read/write for the user, and not accessible by others. | 1299 | read/write for the user, and not accessible by others. |
1300 | It may be group-writable provided that the group in question contains only | ||
1301 | the user. | ||
1296 | .Pp | 1302 | .Pp |
1297 | .It Pa ~/.ssh/environment | 1303 | .It Pa ~/.ssh/environment |
1298 | Contains additional definitions for environment variables; see | 1304 | Contains additional definitions for environment variables; see |
@@ -1400,8 +1406,10 @@ if an error occurred. | |||
1400 | .Xr sftp 1 , | 1406 | .Xr sftp 1 , |
1401 | .Xr ssh-add 1 , | 1407 | .Xr ssh-add 1 , |
1402 | .Xr ssh-agent 1 , | 1408 | .Xr ssh-agent 1 , |
1409 | .Xr ssh-argv0 1 , | ||
1403 | .Xr ssh-keygen 1 , | 1410 | .Xr ssh-keygen 1 , |
1404 | .Xr ssh-keyscan 1 , | 1411 | .Xr ssh-keyscan 1 , |
1412 | .Xr ssh-vulnkey 1 , | ||
1405 | .Xr tun 4 , | 1413 | .Xr tun 4 , |
1406 | .Xr hosts.equiv 5 , | 1414 | .Xr hosts.equiv 5 , |
1407 | .Xr ssh_config 5 , | 1415 | .Xr ssh_config 5 , |