mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 13:56:52 +00:00
Doc updates
This commit is contained in:
parent
2e8b1c8660
commit
2a9d9f6ce4
5
INSTALL
5
INSTALL
@ -83,6 +83,11 @@ whatever you specified as your --sysconfdir (/usr/local/etc by default).
|
|||||||
The default configuration should be instantly usable, though you should
|
The default configuration should be instantly usable, though you should
|
||||||
review it to ensure that it matches your security requirements.
|
review it to ensure that it matches your security requirements.
|
||||||
|
|
||||||
|
To generate a host key, issue the following command: (replacing
|
||||||
|
/etc/ssh/ssh_host_key with an appropriate path)
|
||||||
|
|
||||||
|
/usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
|
||||||
|
|
||||||
For more information on configuration, please refer to the manual pages
|
For more information on configuration, please refer to the manual pages
|
||||||
for sshd, ssh and ssh-agent.
|
for sshd, ssh and ssh-agent.
|
||||||
|
|
||||||
|
3
README
3
README
@ -47,10 +47,9 @@ Credits -
|
|||||||
The OpenBSD team
|
The OpenBSD team
|
||||||
'jonchen' - the original author of PAM support of SSH
|
'jonchen' - the original author of PAM support of SSH
|
||||||
Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
|
Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
|
||||||
Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
|
|
||||||
Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
|
Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
|
||||||
Phil Hands <phil@hands.com> - Debian scripts, assorted patches
|
Phil Hands <phil@hands.com> - Debian scripts, assorted patches
|
||||||
Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches
|
Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
|
||||||
Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
|
Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
|
||||||
Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
|
Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
|
||||||
Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
|
Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user