mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
bugfix - sshd
This commit is contained in:
parent
12d239cb2b
commit
b00ea49b41
6 changed files with 8 additions and 2 deletions
|
@ -208,7 +208,7 @@ wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
|||
# 1-PREP
|
||||
|
||||
# SEE ssh_port var above.
|
||||
sshd_install: True # 2020-01-21: do not rely on this var for now (might be implemented in future)
|
||||
sshd_install: True
|
||||
sshd_enabled: True
|
||||
|
||||
# roles/iiab-admin runs here
|
||||
|
|
|
@ -168,6 +168,7 @@ apache_allow_sudo: True
|
|||
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
sshd_enabled: True
|
||||
|
||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||
|
|
|
@ -168,6 +168,7 @@ apache_allow_sudo: True
|
|||
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
sshd_enabled: True
|
||||
|
||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||
|
|
|
@ -168,6 +168,7 @@ apache_allow_sudo: True
|
|||
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
sshd_enabled: True
|
||||
|
||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue