Closed gu-bin closed 3 years ago
For Bionic stemcell on Softlayer, we need to enable root login. I've already set PermitRootLogin yes in /etc/ssh/sshd_config of the image. But it doesn't work. What else do I need to set to enable root login?
PermitRootLogin yes
/etc/ssh/sshd_config
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/175814713
The labels on this github issue will be updated when the story is started.
For Bionic stemcell on Softlayer, we need to enable root login. I've already set
PermitRootLogin yes
in/etc/ssh/sshd_config
of the image. But it doesn't work. What else do I need to set to enable root login?