From 465f8716dd9d88368786f35d138edd3ef187287f Mon Sep 17 00:00:00 2001 From: hc Date: Fri, 15 Aug 2025 23:35:21 +0800 Subject: heeh --- setup/core/ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2