ssh

Dies ist eine alte Version des Dokuments!


StrictHostKeyChecking no kein Key Checking in config

Include /etc/ssh/sshd_config.d/*.conf

Port 22
MaxAuthTries 2
AllowTcpForwarding no
X11Forwarding no
AllowAgentForwarding no

# root login verbieten= no 
PermitRootLogin yes

ClientAliveInterval 300
ClientAliveCountMax 1

PubkeyAuthentication yes
PasswordAuthentication no
ChallengeResponseAuthentication no
UsePAM no

PrintMotd no

AcceptEnv LANG LC_*
# override default of no subsystems
Subsystem sftp  /usr/lib/openssh/sftp-server
  • ssh.1631628961.txt.gz
  • Zuletzt geändert: 2021/09/14 16:16
  • von Fabian Horst