Linux

root account ssh enable

zerocool0713 2020. 9. 29. 16:13
반응형

1. check ssh install

exist 'sshd_config' in /etc/ssh 

 

2. edit config file

$sudo vi /etc/ssh/sshd_config

 

'PermitRootLogin yes'

 

3. restart service

#sudo service ssh restart

 

 

반응형