diff options
| author | hc <hc@email.ch> | 2024-12-28 15:08:22 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-12-28 15:08:22 +0800 |
| commit | 885b76a594fc0a75e28152b2e806c2e0f46aee3d (patch) | |
| tree | 74ae134fcb6d13768d8c24dffedc5248d6a990fb /core | |
| parent | c280db43a65e3ef46f4cc9febca0dc1e37efcbee (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 3bcc3b8..3cf2583 100755 --- a/core/ssh.sh +++ b/core/ssh.sh @@ -5,4 +5,4 @@ echo "AllowTcpForwarding yes" | sudo tee -a /etc/ssh/sshd_config echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config git clone https://git.0nom.ch/keys ~/keys -sudo ~/keys/add-ssh-keys.sh +~/keys/add-ssh-keys.sh |
