Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copy ssh key mac

cat ~/.ssh/id_rsa.pub | pbcopy
Comment

copy remote ssh key mac

cat ~/.ssh/id_rsa.pub | ssh <user>@<hostname> 'cat >> .ssh/authorized_keys && echo "Public key successfully copied"'
Comment

PREVIOUS NEXT
Code Example
Shell :: remove angular cli 
Shell :: ubuntu restart sound 
Shell :: how to delete dangling docker images 
Shell :: conda install seaborn 
Shell :: Please install the gcc make perl packages from your distribution. 
Shell :: what is --use-feature=2020-resolver 
Shell :: postgres stop linux 
Shell :: ubuntu pip3 
Shell :: debian disable ipv6 
Shell :: dotnet ef not found 
Shell :: brew install gcloud 
Shell :: how to get current git branch 
Shell :: chrome update ubuntu 20.04 
Shell :: sudo apt uninstall docker compose 
Shell :: remove remote origin github 
Shell :: ubuntu check how many cores 
Shell :: ubuntu play on linux install 
Shell :: nginx stop commands 
Shell :: manjaro clean up disk space 
Shell :: how to uninstall netbeans on ubuntu 
Shell :: update raspi 
Shell :: widget tweaks django install 
Shell :: shutdown pc in 10 minutes 
Shell :: gh-pages 
Shell :: update git version in ubuntu 
Shell :: conda install simpleitk 
Shell :: linux set python 3 as default 
Shell :: ubuntu keepass2 
Shell :: check ububtu version 
Shell :: Habilitar la ejecución de scripts para Powershell 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =