adamant-kite-43734
03/18/2024, 10:11 AMambitious-daybreak-95996
03/19/2024, 12:05 AM/etc/ssh/sshd_config
to make whatever changes you needblue-farmer-46993
03/19/2024, 6:50 AMambitious-daybreak-95996
03/19/2024, 7:24 AMblue-farmer-46993
05/14/2024, 11:51 AMambitious-daybreak-95996
05/15/2024, 3:41 AM/etc/ssh/sshd_config
is somehow rewritten on reboot. But, check the last line of that file:
Include /etc/ssh/sshd_config.d/*.conf
If you mkdir /etc/ssh/sshd_config.d
then add your custom config to /etc/ssh/sshd_config.d/sweta_ghosh.conf
(or whatever you want to call the file, just so long as it ends in .conf
), you should be good.ambitious-daybreak-95996
05/15/2024, 4:34 AMInclude /etc/ssh/sshd_config.d/*.conf
was introduced in harvester 1.3.0, and will be in version 1.2.2 (due out RSN), but isn't in 1.2.1.blue-farmer-46993
05/15/2024, 5:12 AM