How to Enable SSH in Ubuntu 20.10 LTS Install open ssh-server
How to Enable SSH in Ubuntu 20.10 LTS Install open ssh-server
(Install openssh-server)
1. ssh
2. ssh localhost
3. sudo apt-get update
4. sudo apt-get install openssh-server
5. sudo service ssh status
6. press q for quit
7. ssh localhost
8. chage ssh port
sudo nano/etc/ssh/sshd_config
Comments
Post a Comment