Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ssh pc without password ubuntu

# run on local pc 
sudo apt-get update
sudo apt-get -y install openssh-server

sudo systemctl start ssh

ssh-keygen -t rsa

ssh-copy-id your_username@your_server-IP
 
PREVIOUS NEXT
Tagged: #ssh #pc #password #ubuntu
ADD COMMENT
Topic
Name
5+7 =