diff options
| author | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
|---|---|---|
| committer | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
| commit | 3a52e92fbbbab4df949740f89a389d68281a9428 (patch) | |
| tree | 5cb3b864eb0e3f3b90a1efd9cbdee1fb9f158f4a /core/ssh.sh | |
| parent | 8cb260002db7c46ea5fe2c3f589b485e5f5d970d (diff) | |
Diffstat (limited to 'core/ssh.sh')
| -rwxr-xr-x | core/ssh.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/ssh.sh b/core/ssh.sh index 3cf2583..c8fb49d 100755 --- a/core/ssh.sh +++ b/core/ssh.sh @@ -3,6 +3,7 @@ echo "PasswordAuthentication no" | sudo tee -a /etc/ssh/sshd_config echo "AllowTcpForwarding yes" | sudo tee -a /etc/ssh/sshd_config echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config +echo "AllowAgentForwarding yes" | sudo tee -a /etc/ssh/sshd_config -git clone https://git.0nom.ch/keys ~/keys +git clone https://git.noml.ch/keys ~/keys ~/keys/add-ssh-keys.sh |
