User Tools

Site Tools


ssh-dss
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ssh-dss [2017-07-27 05:21:46] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== OpenSSH 7.1 and Mikrotik ======
 +
 +Crappy SSH implementations (like Mikrotik) support only old and broken ciphers that are now blocked by default in openssh client. This has been fixed in recent versions of Mikrotik firmware.
 +
 +Add this to your .ssh/config.
 +
 +<code>
 +Host foo.bar.sk
 +    PubkeyAcceptedKeyTypes ssh-rsa,ssh-dss*
 +    KexAlgorithms +diffie-hellman-group1-sha1
 +    HostKeyAlgorithms=+ssh-dss
 +</code>
 +
 +===== DH params too short =====
 +
 +Edit DH_GRP_MIN in dh.h. I have not found any runtime config option for this.
  
ssh-dss.txt · Last modified: by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki