From c332cf11dc0266f31eeae067ace5a9bda18122c6 Mon Sep 17 00:00:00 2001 From: Super User Date: Mon, 23 Mar 2026 19:09:37 +0800 Subject: flatten setup directory structure --- setup/core/ssh.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 setup/core/ssh.sh (limited to 'setup/core/ssh.sh') diff --git a/setup/core/ssh.sh b/setup/core/ssh.sh deleted file mode 100755 index c4454ae..0000000 --- a/setup/core/ssh.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -dnf install -y git - -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.noml.ch/keys/ ~/keys -~/keys/add-ssh-keys.sh -sudo systemctl restart sshd -- cgit