diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:42:19 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:42:19 +0000 |
commit | 8d6b7f4c46de3feb66f704ab483e51ea1a3bb0e1 (patch) | |
tree | 41fe3dd71501bbec5b0393f1536c925eaee180e9 /ssh-keysign.0 | |
parent | f045c69060bfdd5cf8759a5f29d7008d02e4de5b (diff) | |
parent | 58bfa257481a1c6938ada9bbd38801cc45633fb0 (diff) |
Debian release 3.6p1-1.
Diffstat (limited to 'ssh-keysign.0')
-rw-r--r-- | ssh-keysign.0 | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/ssh-keysign.0 b/ssh-keysign.0 index b5ad6627a..738fc967f 100644 --- a/ssh-keysign.0 +++ b/ssh-keysign.0 | |||
@@ -1,42 +1,42 @@ | |||
1 | SSH-KEYSIGN(8) System Manager's Manual SSH-KEYSIGN(8) | 1 | SSHM-bM-^@M-^PKEYSIGN(8) BSD System ManagerM-bM-^@M-^Ys Manual SSHM-bM-^@M-^PKEYSIGN(8) |
2 | 2 | ||
3 | NAME | 3 | ^[[1mNAME^[[0m |
4 | ssh-keysign - ssh helper program for hostbased authentication | 4 | ^[[1msshM-bM-^@M-^Pkeysign ^[[22mM-bMM-^R ssh helper program for hostbased authentication |
5 | 5 | ||
6 | SYNOPSIS | 6 | ^[[1mSYNOPSIS^[[0m |
7 | ssh-keysign | 7 | ^[[1msshM-bM-^@M-^Pkeysign^[[0m |
8 | 8 | ||
9 | DESCRIPTION | 9 | ^[[1mDESCRIPTION^[[0m |
10 | ssh-keysign is used by ssh(1) to access the local host keys and generate | 10 | ^[[1msshM-bM-^@M-^Pkeysign ^[[22mis used by ssh(1) to access the local host keys and generate |
11 | the digital signature required during hostbased authentication with SSH | 11 | the digital signature required during hostbased authentication with SSH |
12 | protocol version 2. | 12 | protocol version 2. |
13 | 13 | ||
14 | ssh-keysign is disabled by default and can only be enabled in the the | 14 | ^[[1msshM-bM-^@M-^Pkeysign ^[[22mis disabled by default and can only be enabled in the global |
15 | global client configuration file /etc/ssh/ssh_config by setting | 15 | client configuration file ^[[4m/etc/ssh/ssh_config^[[24m by setting ^[[1mEnableSSHKeysign^[[0m |
16 | HostbasedAuthentication to ``yes''. | 16 | to M-bM-^@M-^\yesM-bM-^@M-^]. |
17 | 17 | ||
18 | ssh-keysign is not intended to be invoked by the user, but from ssh(1). | 18 | ^[[1msshM-bM-^@M-^Pkeysign ^[[22mis not intended to be invoked by the user, but from ssh(1). |
19 | See ssh(1) and sshd(8) for more information about hostbased authenticaM-- | 19 | See ssh(1) and sshd(8) for more information about hostbased authenticaM-bM-^@M-^P |
20 | tion. | 20 | tion. |
21 | 21 | ||
22 | FILES | 22 | ^[[1mFILES^[[0m |
23 | /etc/ssh/ssh_config | 23 | /etc/ssh/ssh_config |
24 | Controls whether ssh-keysign is enabled. | 24 | Controls whether ^[[1msshM-bM-^@M-^Pkeysign ^[[22mis enabled. |
25 | 25 | ||
26 | /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key | 26 | /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key |
27 | These files contain the private parts of the host keys used to | 27 | These files contain the private parts of the host keys used to |
28 | generate the digital signature. They should be owned by root, | 28 | generate the digital signature. They should be owned by root, |
29 | readable only by root, and not accessible to others. Since they | 29 | readable only by root, and not accessible to others. Since they |
30 | are readable only by root, ssh-keysign must be set-uid root if | 30 | are readable only by root, ^[[1msshM-bM-^@M-^Pkeysign ^[[22mmust be setM-bM-^@M-^Puid root if |
31 | hostbased authentication is used. | 31 | hostbased authentication is used. |
32 | 32 | ||
33 | SEE ALSO | 33 | ^[[1mSEE ALSO^[[0m |
34 | ssh(1), ssh-keygen(1), ssh_config(5), sshd(8) | 34 | ssh(1), sshM-bM-^@M-^Pkeygen(1), ssh_config(5), sshd(8) |
35 | 35 | ||
36 | AUTHORS | 36 | ^[[1mAUTHORS^[[0m |
37 | Markus Friedl <markus@openbsd.org> | 37 | Markus Friedl <markus@openbsd.org> |
38 | 38 | ||
39 | HISTORY | 39 | ^[[1mHISTORY^[[0m |
40 | ssh-keysign first appeared in OpenBSD 3.2. | 40 | ^[[1msshM-bM-^@M-^Pkeysign ^[[22mfirst appeared in OpenBSD 3.2. |
41 | 41 | ||
42 | BSD May 24, 2002 BSD | 42 | BSD May 24, 2002 BSD |