It is possible to disable sshd? #3401
-
|
Hey It is possible to disable the sshd.service during install? /Tue |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I can do it when building the ISO, but is it possible to control this through cloud init? |
Beta Was this translation helpful? Give feedback.
-
|
Yes you should be able to do it via cloud config by using the systemctl plugin or even the commands one just add it in any phase that you want or if you want to avoid anything enabling it somehow just add it in several phases: |
Beta Was this translation helpful? Give feedback.
-
|
Perfect - Thanks. |
Beta Was this translation helpful? Give feedback.
Yes you should be able to do it via cloud config by using the systemctl plugin or even the commands one
just add it in any phase that you want or if you want to avoid anything enabling it somehow just add it in several phases: