summaryrefslogtreecommitdiff
path: root/setup/core/ssh.sh
diff options
context:
space:
mode:
authorhc <hc@email.ch>2025-08-15 23:35:21 +0800
committerhc <hc@email.ch>2025-08-15 23:35:21 +0800
commit465f8716dd9d88368786f35d138edd3ef187287f (patch)
treedff676bca567553ec63d384bbaee03fb488ff6df /setup/core/ssh.sh
parenta07c4d0f145dbad51731dd0513651e09b3d95971 (diff)
heeh
Diffstat (limited to 'setup/core/ssh.sh')
-rwxr-xr-xsetup/core/ssh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/core/ssh.sh b/setup/core/ssh.sh
index c8fb49d..362903a 100755
--- a/setup/core/ssh.sh
+++ b/setup/core/ssh.sh
@@ -5,5 +5,5 @@ 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.noml.ch/keys ~/keys
+git clone https://git.noml.ch/keys/.git ~/keys
~/keys/add-ssh-keys.sh