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 :: how to realse the lock in the linux in apt 
Shell :: delete missing files from svn 
Shell :: git ignore .env 
Shell :: bash assigning to new array 
Shell :: SQLite browser in linux 
Shell :: youtube video player react native 
Shell :: Download and install minikube 
Shell :: kazam recorder ubuntu 
Shell :: exclude certain extension from zip linux 
Shell :: update Yarn globally for macOS users 
Shell :: raspberry pi mongodb server 5.0 
Shell :: task manager ubuntu 
Shell :: how to merge a branch into another branch 
Shell :: mount network drive from windows wsl ubuntu 
Shell :: install dicker machine 
Shell :: linux get oldest file in directory 
Shell :: powershell or command prompt 
Shell :: bash floating point variables 
Shell :: how to apply changes in a single file from stash 
Shell :: how to expose external ip in kubernetes 
Shell :: powershell trim trailing spaces 
Shell :: install flutter in android studio 
Shell :: install ssl certificate on aws ec2 instance ubuntu 
Shell :: how to cat only the first ten lines of a file linux 
Shell :: remove directory linux 
Shell :: how to change mac address kali linux 
Shell :: replace whitespace with newline 
Shell :: linux add user with home directory 
Shell :: how to make makefile 
Shell :: vi quit 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =