diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-22 18:09:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-22 18:09:07 +0000 |
commit | 2eba5e351672368485ed4f0b62da848022b57086 (patch) | |
tree | 880fce8b19ed7e29fa825cd03bd7eaabcb3be6d2 | |
parent | e7287dec10bf397c1907d17b0a8e531698fd7b98 (diff) |
activate RSA 2 key
-rw-r--r-- | usr.bin/ssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 8d0af106089..14c64d77c78 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $ +# $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 deraadt Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -9,7 +9,7 @@ Port 22 #ListenAddress :: HostKey /etc/ssh_host_key HostKey /etc/ssh_host_dsa_key -#HostKey /etc/ssh_host_rsa_key +HostKey /etc/ssh_host_rsa_key ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 |