Skip to content

SSH Installation

More Information

For Windows Users: Enable WSL and SSH into Windows with Bash.
Get started with OpenSSH for Windows

Install SSH on Linux

1
2
3
4
5
6
7
8
sudo apt-get update
sudo apt-get install -y openssh-client openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh

# you can trigger either one will do
sudo systemctl status ssh
sudo systemctl status sshd

You can find all the files under /home/<username>/.ssh