Daily Shaarli

All links of one day in a single page.

June 4, 2018

Note: Unable to negotiate Their offer: diffie-hellman-group1-sha1

Problem
ssh root@192.168.2.203
Unable to negotiate with 192.168.2.203 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Solution
ssh root@192.168.2.203 -oKexAlgorithms=+diffie-hellman-group1-sha1
Ou ssh -c cyphername root@192.168.2.203

bash - How do I clear the terminal History? - Unix & Linux Stack Exchange
thumbnail

"cat /dev/null > ~/.bash_history && history -c && exit"