Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Export SSH Auth Key

export USER_AT_HOST="your-user-name-on-host@hostname"
export PUBKEYPATH="$HOME/.ssh/id_rsa.pub"

ssh-copy-id -i "$PUBKEYPATH" "$USER_AT_HOST"
Comment

PREVIOUS NEXT
Code Example
Shell :: push exsisting repo 
Shell :: -----mg: *scratch* (fundamental)----all-------------------------------------------------------------------------------- 
Shell :: tar.exe zip format 
Shell :: linux find partial name 
Shell :: docker save to file 
Shell :: create ssh key github 
Shell :: install pip in pyenv 
Shell :: bash list files in directory 
Shell :: path to flutter linux 
Shell :: check iptables rules in kubernetes service 
Shell :: github undo last pushed commit 
Shell :: git clone set directory 
Shell :: centos history rollback 
Shell :: batch file path 
Shell :: bash print files in directory with path 
Shell :: how to cat a file that has spaces 
Shell :: bash home backup script linux 
Shell :: how to undo git clean -fd command 
Shell :: sed tab to space 
Shell :: long path windows 
Shell :: docker container network troubleshoot 
Shell :: git pulling one file from a branch 
Shell :: install cyberpanel centos 7 
Shell :: how to reinstall alsa 
Shell :: how to install amplify cli to your react project 
Shell :: delete branch 
Shell :: restart terminal without closing 
Shell :: convert mkv to mp4 
Shell :: bash modify file text 
Shell :: Bash script Array + For loop 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =