2 lines
59 B
PowerShell
2 lines
59 B
PowerShell
|
mkdir -p ~/.ssh
|
||
|
cat ./ssh/key.pub >> ~/.ssh/authorized_keys
|