diff options
| author | hc <hc@email.ch> | 2024-12-28 14:21:12 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-12-28 14:21:12 +0800 |
| commit | c280db43a65e3ef46f4cc9febca0dc1e37efcbee (patch) | |
| tree | 26c27010a48a2913f7e24b7c748f528da387b03f /core | |
| parent | bf1ebe9dd0506f837a2d61276e279e0e1e2cf660 (diff) | |
ud
Diffstat (limited to 'core')
| -rwxr-xr-x | core/ssh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ssh.sh b/core/ssh.sh index 3cf2583..3bcc3b8 100755 --- a/core/ssh.sh +++ b/core/ssh.sh | |||
| @@ -5,4 +5,4 @@ echo "AllowTcpForwarding yes" | sudo tee -a /etc/ssh/sshd_config | |||
| 5 | echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config | 5 | echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config |
| 6 | 6 | ||
| 7 | git clone https://git.0nom.ch/keys ~/keys | 7 | git clone https://git.0nom.ch/keys ~/keys |
| 8 | ~/keys/add-ssh-keys.sh | 8 | sudo ~/keys/add-ssh-keys.sh |
