diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2016-02-17 08:57:35 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2016-02-17 08:57:35 +0000 |
commit | 3a486f2281d19b9cf6e7454ea2659391f04bcefb (patch) | |
tree | c4578e6958e3112325bbabfb99241608a4b0451a /usr.bin/ssh/ssh_config.5 | |
parent | 404cd282f6250fc3d518c3a2489cba3dbf0dc993 (diff) |
rsa-sha2-512,rsa-sha2-256 cannot be selected explicitly in
*KeyTypes options yet. Remove them from the lists of algorithms
for now. committing on behalf of markus@ ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index fcd5380665f..58125dd140b 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.226 2016/02/17 07:38:19 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.227 2016/02/17 08:57:34 djm Exp $ .Dd $Mdocdate: February 17 2016 $ .Dt SSH_CONFIG 5 .Os @@ -869,7 +869,7 @@ ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, ssh-rsa-cert-v01@openssh.com, ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, -ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa +ssh-ed25519,ssh-rsa .Ed .Pp The @@ -892,7 +892,7 @@ ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, ssh-rsa-cert-v01@openssh.com, ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, -ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa +ssh-ed25519,ssh-rsa .Ed .Pp If hostkeys are known for the destination host then this default is modified @@ -1330,7 +1330,7 @@ ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, ssh-rsa-cert-v01@openssh.com, ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, -ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa +ssh-ed25519,ssh-rsa .Ed .Pp The |