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…
In the tutorial I’m showing how to install whois client in Ubuntu. Whois performs the registration record for the domain name or IP.
To install whois client in Ubuntu run below command in terminal. (more…)