mirror of
https://github.com/rancher/os.git
synced 2025-09-17 15:40:47 +00:00
- Replaced default console with Debian console - Included Project Burmilla to ros command info - Fixed docker-machine compability - Bump up kernel to 4.14.207 - Include /etc/lsb-release file to Debian console - Updated ifconfig parsing command to match Debian console syntax - Corrected Burmilla URLs - Use fixed version of open-vm-tools - Create /var/log/wtmp file on first boot so "last" command will works - Use /etc/issue file as motd - Support to create ISO file without firmware files
24 lines
329 B
Smarty
24 lines
329 B
Smarty
|
|
{{- if .Port}}
|
|
Port {{.Port}}
|
|
{{- end}}
|
|
|
|
{{- if .ListenAddress}}
|
|
ListenAddress {{.ListenAddress}}
|
|
{{- end}}
|
|
|
|
ClientAliveInterval 180
|
|
|
|
UseDNS no
|
|
|
|
AllowGroups docker
|
|
|
|
# Enforce security settings
|
|
Protocol 2
|
|
PermitRootLogin no
|
|
MaxAuthTries 4
|
|
IgnoreRhosts yes
|
|
HostbasedAuthentication no
|
|
PermitEmptyPasswords no
|
|
AllowTcpForwarding no
|