mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
Rename sshd disable cfg to rancher.ssh.disable
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -81,7 +81,7 @@ func consoleInitFunc() error {
|
||||
log.Error(err)
|
||||
}
|
||||
|
||||
if err := writeRespawn("rancher", true, false); err != nil {
|
||||
if err := writeRespawn("rancher", cfg.Rancher.SSH.Daemon, false); err != nil {
|
||||
log.Error(err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user