Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

debian ssh authorized_keys

cat ~/.ssh/id_rsa.pub | ssh remote_username@server_ip_address "mkdir -p ~/.ssh && chmod 700 ~/.ssh && cat >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys"
Comment

PREVIOUS NEXT
Code Example
Shell :: How do I make a Git commit in the past 
Shell :: ls order by date 
Shell :: git checkout branch 
Shell :: delete file on git 
Shell :: install mongosh 
Shell :: github cli 
Shell :: how to stash specific file in git 
Shell :: store printed output in variable bash 
Shell :: ubuntu install docker 
Shell :: how to update your local repository 
Shell :: vim remove all commented lines 
Shell :: how to create hotspot in kali linux terminal 
Shell :: delete branches in bulk git 
Shell :: docker for ubuntu 
Shell :: github add all files/directories and subdirectories 
Shell :: install docker ubuntu 20 
Shell :: docker setup 
Shell :: Please install mariadb package manually 
Shell :: Delete untracked file or discard unstaged work 
Shell :: How to discard files from stash in git 
Shell :: git ignore added folder 
Shell :: bash sum numbers 
Shell :: ubuntu software not showing apps 20.04 
Shell :: bin bash header 
Shell :: ffmpeg install ubuntu 
Shell :: git ignore file is not working 
Shell :: ubuntu fractional scaling 
Shell :: cuda 10 install pytorch 
Shell :: days between two dates in linux 
Shell :: conemu git bash 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =