mirror of
https://github.com/rancher/os.git
synced 2025-07-19 01:16:31 +00:00
Fix typo writing to sshd_config
This commit is contained in:
parent
a81be13f82
commit
b04536e55f
@ -179,7 +179,7 @@ func modifySshdConfig() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return ioutil.WriteFile("/etc/ssh/ssh_config", []byte(sshdConfigString), 0644)
|
return ioutil.WriteFile("/etc/ssh/sshd_config", []byte(sshdConfigString), 0644)
|
||||||
}
|
}
|
||||||
|
|
||||||
func writeOsRelease() error {
|
func writeOsRelease() error {
|
||||||
|
Loading…
Reference in New Issue
Block a user