SSH Cheatsheet 2022-02-25Nick Leffler #CentOS #Debian #Linux #Servers #ssh #Software #Tech #Unix Connect via SSH client with a different user by default⌗ nano ~/.ssh/config Add the following to the file above: Host * User DEFAULT_USER Force Password auth⌗ ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no user@host <- OTHERS -> ← SentinelOne Fun Docker and UFW →