User Tools

Site Tools


doc:appunti:linux:sa:ssh_config

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
doc:appunti:linux:sa:ssh_config [2022/02/15 18:08] – created niccolodoc:appunti:linux:sa:ssh_config [2022/02/28 18:14] – [no mutual signature algorithm] niccolo
Line 18: Line 18:
     KexAlgorithms +diffie-hellman-group1-sha1     KexAlgorithms +diffie-hellman-group1-sha1
 </file> </file>
 +
 +This will force the use of **diffie-hellman-group1-sha1** key exchange method, which is considered less secure nowday.
 +
 +===== No mutual signature algorithm =====
 +
 +Problem connecting from a modern (2022-02) **Termux** environment to an old **Debian 6**
 +
 +<code>
 +ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa root@192.168.0.250
 +</code>
  
doc/appunti/linux/sa/ssh_config.txt · Last modified: 2022/02/28 18:23 by niccolo