Update Commands

This commit is contained in:
RealStickman 2020-06-22 15:13:23 +00:00
parent 2a9160e02f
commit 21db52549b

View File

@ -75,4 +75,5 @@ pacman -Sc
ssh-keygen
#allow access through ssh key
ssh-copy-id -i <file location> <user>@<ip/domain>
ssh-copy-id -i <file location> <user>@<ip/domain>
ssh-copy-id -i ~/.ssh/id_rsa.pub <user>@<ip/domain>