diff options
| author | 2025-10-29 14:20:21 -0400 | |
|---|---|---|
| committer | 2025-10-29 14:20:21 -0400 | |
| commit | 342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (patch) | |
| tree | 0cf3b25183d4e0e0081dae237f0d9b7a17f8e5d6 /hosts/moyo/sshd_config | |
| parent | 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (diff) | |
| download | dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.gz dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.bz2 dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.zip | |
Finish adding files from new moyo, misc updates
Diffstat (limited to 'hosts/moyo/sshd_config')
| -rw-r--r-- | hosts/moyo/sshd_config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/moyo/sshd_config b/hosts/moyo/sshd_config deleted file mode 100644 index 91fe201..0000000 --- a/hosts/moyo/sshd_config +++ /dev/null @@ -1,7 +0,0 @@ -PermitRootLogin no -PubkeyAuthentication yes -PasswordAuthentication no -PermitEmptyPasswords no -KbdInteractiveAuthentication no -Subsystem sftp /usr/lib64/misc/sftp-server -Include "/etc/ssh/sshd_config.d/*.conf" |