From effba3e6bb52f449d5f6a821bc33adc71d7168ec Mon Sep 17 00:00:00 2001 From: OnceUponATimeInAmerica <114700833+OnceUponATimeInAmerica@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:07:37 +0330 Subject: [PATCH] Test_config1 --- config1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config1 diff --git a/config1 b/config1 new file mode 100644 index 00000000..023c5ae2 --- /dev/null +++ b/config1 @@ -0,0 +1,17 @@ +Port 12297 +Protocol 2 +HostKey /etc/ssh/ssh_host_rsa_key +HostKey /etc/ssh/ssh_host_ecdsa_key +HostKey /etc/ssh/ssh_host_ed25519_key +LogLevel quiet +AllowAgentForwarding yes +AllowTcpForwarding yes +X11Forwarding no +LoginGraceTime 120 +PermitRootLogin yes +StrictModes no +PubkeyAuthentication yes +IgnoreRhosts yes +HostbasedAuthentication no +PermitEmptyPasswords yes +ChallengeResponseAuthentication no