Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: docker delete all containers 
Shell :: linux change hostname 
Shell :: How can i rename my local master branch to main ? 
Shell :: install netbeans 8.2 ubuntu 20.04 
Shell :: Sticky notes for Linux(Ubuntu) 
Shell :: view git settings 
Shell :: create ubuntu 20.04 with azure cli 
Shell :: ! [rejected] main - main 
Shell :: ansible sudo pass 
Shell :: grep empty lines in a file 
Shell :: How to install Apache 2 in Ubuntu? 
Shell :: docker compose restart 
Shell :: ubuntu check ssh 
Shell :: how to install steam on fedora 
Shell :: unmount nfs 
Shell :: powershell connect to serial port 
Shell :: install pyramid 
Shell :: timestamp in bash 
Shell :: cordova ios 5.1.0 
Shell :: jest 
Shell :: merge gif with mp4 using ffmpeg 
Shell :: matrix effect 
Shell :: github commit author name 
Shell :: wget download filename 
Shell :: docker created network 
Shell :: mysql query result to file 
Shell :: etcher download ubuntu 18.04 
Shell :: install pip dockerfile 
Shell :: odoo12 installation in ubuntu 16.04 
Shell :: copy all files except one linux 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =