Saltstack Official OpenSSH Formula
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- sshd_config:
- Port: 22
- Protocol: 2
- HostKey:
- - /etc/ssh/ssh_host_rsa_key
- - /etc/ssh/ssh_host_dsa_key
- - /etc/ssh/ssh_host_ecdsa_key
- UsePrivilegeSeparation: yes
- KeyRegenerationInterval: 3600
- ServerKeyBits: 768
- SyslogFacility: AUTH
- LogLevel: INFO
- LoginGraceTime: 120
- PermitRootLogin: yes
- StrictModes: yes
- RSAAuthentication: yes
- PubkeyAuthentication: yes
- IgnoreRhosts: yes
- RhostsRSAAuthentication: no
- HostbasedAuthentication: no
- PermitEmptyPasswords: no
- ChallengeResponseAuthentication: no
- X11Forwarding: yes
- X11DisplayOffset: 10
- PrintMotd: no
- PrintLastLog: yes
- TCPKeepAlive: yes
- AcceptEnv: "LANG LC_*"
- Subsystem: "sftp /usr/lib/openssh/sftp-server"
- UsePAM: yes
|