ubuntu_config/ssh/setup.ps1

2 lines
67 B
PowerShell
Raw Normal View History

2021-09-02 08:48:23 +00:00
mkdir -p ~/.ssh
2021-09-02 08:52:36 +00:00
Get-Content ./ssh/key.pub >> ~/.ssh/authorized_keys