How to save ssh access in Terminal
define ~/.ssh/config file with the following contents: nano ~/.ssh/config Host mars HostName meh.example.com User admin Port 1234 IdentityFile ~/.ssh/id_rsa mars…
define ~/.ssh/config file with the following contents: nano ~/.ssh/config Host mars HostName meh.example.com User admin Port 1234 IdentityFile ~/.ssh/id_rsa mars…