Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add public key to server

ssh-copy-id -i ~/.ssh/mykey.pub user@host
Comment

ssh add public key inside server

nano ~/.ssh/authorized_keys
#then add your public key in the end (new line pls)
Comment

add ssh public key to server

ssh-copy-id -i $HOME/.ssh/id_rsa.pub user@server1.cyberciti.biz
Comment

PREVIOUS NEXT
Code Example
Shell :: scss in gatsby 
Shell :: install ngrx/effects 
Shell :: count occurrences of word in file linux 
Shell :: vs code list all extensions 
Shell :: install avro for linux 
Shell :: linux view kernel version 
Shell :: debian install kernel headers uname 
Shell :: fetch a particular branch git 
Shell :: see all ADS in a file 
Shell :: grepper brazil 
Shell :: ERROR: Unknown command-line argument "-tgt-fs" 
Shell :: OFFLINE pdf UNlocker FOR UBUNTU 
Shell :: add angular universal to specifc project name 
Shell :: unexpected MongoDBDriverExceptionConnectionException thrown from a caster: Server reports wire version 5, but this version of libmongoc requires at least 6 (MongoDB 3.6)", 
Shell :: git remote 
Shell :: install git flow 
Shell :: .sh script: check if file exist 
Shell :: flameshot 
Shell :: difference between -s and --save 
Shell :: ubuntu limit cpu on running process 
Shell :: lhapüasd 
Shell :: cordova ios emulators 
Shell :: extract tar 
Shell :: bash replace multiple patterns 
Shell :: add gpg key to zsh .zprofile 
Shell :: remove docker image 
Shell :: echo /etc/hosts permission denied 
Shell :: grub customizer install 
Shell :: linux download file from url 
Shell :: git create new branch from existing branch 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =