summaryrefslogtreecommitdiff
path: root/ssh-keysign.0
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 18:33:32 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 18:33:32 +0000
commit58bfa257481a1c6938ada9bbd38801cc45633fb0 (patch)
tree385160ff5c19376a1e1bfd34fcf5c91cff42908e /ssh-keysign.0
parentae225aa5594655e3fa5685b4dd7f2ae0e1a5e2d7 (diff)
parent58657d96514cd6f16d82add8d6f4adbb36765758 (diff)
Import OpenSSH 3.6p1.
Diffstat (limited to 'ssh-keysign.0')
-rw-r--r--ssh-keysign.042
1 files changed, 42 insertions, 0 deletions
diff --git a/ssh-keysign.0 b/ssh-keysign.0
new file mode 100644
index 000000000..738fc967f
--- /dev/null
+++ b/ssh-keysign.0
@@ -0,0 +1,42 @@
1SSHM-bM-^@M-^PKEYSIGN(8) BSD System ManagerM-bM-^@M-^Ys Manual SSHM-bM-^@M-^PKEYSIGN(8)
2
3^[[1mNAME^[[0m
4 ^[[1msshM-bM-^@M-^Pkeysign ^[[22mM-bMM-^R ssh helper program for hostbased authentication
5
6^[[1mSYNOPSIS^[[0m
7 ^[[1msshM-bM-^@M-^Pkeysign^[[0m
8
9^[[1mDESCRIPTION^[[0m
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
12 protocol version 2.
13
14 ^[[1msshM-bM-^@M-^Pkeysign ^[[22mis disabled by default and can only be enabled in the global
15 client configuration file ^[[4m/etc/ssh/ssh_config^[[24m by setting ^[[1mEnableSSHKeysign^[[0m
16 to M-bM-^@M-^\yesM-bM-^@M-^].
17
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-bM-^@M-^P
20 tion.
21
22^[[1mFILES^[[0m
23 /etc/ssh/ssh_config
24 Controls whether ^[[1msshM-bM-^@M-^Pkeysign ^[[22mis enabled.
25
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
28 generate the digital signature. They should be owned by root,
29 readable only by root, and not accessible to others. Since they
30 are readable only by root, ^[[1msshM-bM-^@M-^Pkeysign ^[[22mmust be setM-bM-^@M-^Puid root if
31 hostbased authentication is used.
32
33^[[1mSEE ALSO^[[0m
34 ssh(1), sshM-bM-^@M-^Pkeygen(1), ssh_config(5), sshd(8)
35
36^[[1mAUTHORS^[[0m
37 Markus Friedl <markus@openbsd.org>
38
39^[[1mHISTORY^[[0m
40 ^[[1msshM-bM-^@M-^Pkeysign ^[[22mfirst appeared in OpenBSD 3.2.
41
42BSD May 24, 2002 BSD