Unix and Linux Discussions Tagged with ssh |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
2,773 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,272 |
Shell Programming and Scripting |
|
|
|
1 |
2,049 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,245 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
5,403 |
Shell Programming and Scripting |
|
|
|
10 |
5,986 |
Windows & DOS: Issues & Discussions |
|
|
|
5 |
9,261 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,230 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,681 |
Shell Programming and Scripting |
|
|
|
10 |
3,321 |
Shell Programming and Scripting |
|
|
|
4 |
1,305 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
3,362 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
7,586 |
Shell Programming and Scripting |
|
|
|
3 |
1,860 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
5,271 |
Cybersecurity |
|
|
|
8 |
4,083 |
Shell Programming and Scripting |
|
|
|
5 |
11,070 |
AIX |
|
|
|
5 |
2,738 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,554 |
Linux |
|
|
|
6 |
3,834 |
Shell Programming and Scripting |
|
|
|
8 |
4,642 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
15,399 |
Solaris |
|
|
|
0 |
2,919 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
963 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,819 |
Solaris |
|
|
|
10 |
4,536 |
Red Hat |
|
|
|
5 |
1,690 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,421 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
1,353 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
835 |
UNIX for Beginners Questions & Answers |
|
|
|
15 |
1,891 |
Shell Programming and Scripting |
|
|
|
2 |
782 |
Shell Programming and Scripting |
|
|
|
8 |
1,086 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,915 |
AIX |
|
|
|
2 |
822 |
UNIX for Beginners Questions & Answers |
|
|
|
17 |
3,010 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
1,155 |
Shell Programming and Scripting |
|
|
|
8 |
2,270 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,145 |
Cybersecurity |
|
|
|
1 |
2,515 |
Shell Programming and Scripting |
SSH-KEYSIGN(8) BSD System Manager's Manual SSH-KEYSIGN(8)
NAME
ssh-keysign -- ssh helper program for hostbased authentication
SYNOPSIS
ssh-keysign
DESCRIPTION
ssh-keysign is used by ssh(1) to access the local host keys and generate the digital signature required during hostbased authentication with
SSH protocol version 2.
ssh-keysign is disabled by default and can only be enabled in the the global client configuration file /etc/ssh/ssh_config by setting
HostbasedAuthentication to ``yes''.
ssh-keysign is not intended to be invoked by the user, but from ssh(1). See ssh(1) and sshd(8) for more information about hostbased authen-
tication.
FILES
/etc/ssh/ssh_config
Controls whether ssh-keysign is enabled.
/etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key
These files contain the private parts of the host keys used to generate the digital signature. They should be owned by root, read-
able only by root, and not accessible to others. Since they are readable only by root, ssh-keysign must be set-uid root if hostbased
authentication is used.
SEE ALSO
ssh(1), ssh-keygen(1), ssh_config(5), sshd(8)
AUTHORS
Markus Friedl <markus@openbsd.org>
HISTORY
ssh-keysign first appeared in OpenBSD 3.2.
BSD
May 24, 2002 BSD