Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 194 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 194 Bytes

setup s s h k e y

ssh-copy-id -i /Users/{user}/.ssh/{keyName}.pub root@{host}

e.g. ssh-copy-id -i /Users/Joe/.ssh/my_rsa.pub root@example.com

#Contributor notes

add to bin

go install