Horje
ssh pc without password ubuntu Code Example
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




Shell

Related
angular display block Code Example angular display block Code Example
git syntax Code Example git syntax Code Example
docker run restart on boot Code Example docker run restart on boot Code Example
open pdf command line linux Code Example open pdf command line linux Code Example
how to copy ssh key Code Example how to copy ssh key Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9