summaryrefslogtreecommitdiff
path: root/EndoForge/openssh/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'EndoForge/openssh/sshd_config')
-rw-r--r--EndoForge/openssh/sshd_config6
1 files changed, 4 insertions, 2 deletions
diff --git a/EndoForge/openssh/sshd_config b/EndoForge/openssh/sshd_config
index 8df5d17..2273805 100644
--- a/EndoForge/openssh/sshd_config
+++ b/EndoForge/openssh/sshd_config
@@ -1,9 +1,11 @@
1Port 22022 1Port=22022
2
3HostKey=/home/u/.ssh/id_ed25519
4PidFile=/home/u/.ssh/sshd.pid
2 5
3AuthorizedKeysCommandUser=u 6AuthorizedKeysCommandUser=u
4AuthorizedKeysCommand=/home/u/.ssh/AuthorizedKeysCommand %u %h %f "%t %k" 7AuthorizedKeysCommand=/home/u/.ssh/AuthorizedKeysCommand %u %h %f "%t %k"
5ExposeAuthInfo=yes 8ExposeAuthInfo=yes
6PidFile=/home/u/.ssh/sshd.pid
7 9
8AuthenticationMethods publickey 10AuthenticationMethods publickey
9AcceptEnv LANG LC_* 11AcceptEnv LANG LC_*