diff options
| -rwxr-xr-x | setup/core/ssh.sh | 2 |
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 | |||
| 5 | echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config | 5 | echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config |
| 6 | echo "AllowAgentForwarding yes" | sudo tee -a /etc/ssh/sshd_config | 6 | echo "AllowAgentForwarding yes" | sudo tee -a /etc/ssh/sshd_config |
| 7 | 7 | ||
| 8 | git clone https://git.noml.ch/keys ~/keys | 8 | git clone https://git.noml.ch/keys/.git ~/keys |
| 9 | ~/keys/add-ssh-keys.sh | 9 | ~/keys/add-ssh-keys.sh |
