Files
hdk-boilerplate/scripts/container/ssh-key-permission.sh
2021-11-30 13:20:54 +08:00

7 lines
101 B
Bash
Executable File

#!/usr/bin/env bash
chmod -R 700 ~/.ssh
#chmod 600 ~/.ssh/authorized_keys
#chown -R git:git ~/.ssh