Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 269 Bytes

dotfile

My dotfiles

Powershell ssh-copy-id equivalent commands:

cat ~/.ssh/id_rsa.pub | ssh user@123.45.67.89 "cat >> ~/.ssh/authorized_keys"

if no .ssh directory cat ~/.ssh/id_rsa.pub | ssh user@123.45.56.78 "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys"