SSH, The Secure Shell: The Definitive Guide, 2nd Edition
by Daniel J. Barrett, Richard E. Silverman, Robert G. Byrnes
OpenSSH Features
Serverwide Configuration
KeyRegenerationInterval(or sshd -k)Set the number of seconds between generations of the SSH-1 server key. This temporary key is used only for SSH-1 connections. The default is 3600 seconds (1 hour), and a value of zero disables regeneration.
RhostsRSAAuthenticationPermit or deny authentication by the RSA key together with authentication by rhosts files.
RSAAuthenticationPermit or deny authentication by the RSA key.
ServerKeyBits(or sshd -b)Set the number of bits in the SSH-1 server key: see
KeyRegenerationIntervalabove. The default is 768 bits, and the fewest allowable is 512 bits.
Client Configuration
CipherReplaced by
Ciphersfor SSH-2 protocol connectionsRhostsRSAAuthenticationSame as for serverwide configuration
RSAAuthenticationSame as for serverwide configuration
Files
- ~/.ssh/identity, ~/.ssh/identity.pub
These files contain your default private and public keys, respectively, for public-key authentication.
- /etc/ssh/ssh_host_key
This system file contains the SSH-1 protocol (RSA) host key.