How to Install an OpenSSH Client
How to Install an OpenSSH Client Type in ssh and press Enter in the terminal. Install the OpenSSH client: sudo apt-get install openssh-client Check availability type in ssh localhost and hit enter. If you get connection refused message Run sudo apt-get install openssh-server ii. Check status sudo service ssh status To Exit press control + c Tip If you require access to the config files use a terminal text editor nano or vim run sudo nano /etc/ssh/sshd_config install nano sudo …