Etactiks
My IT Diary
Labels
Windows
Virtualization
Security
Linux
Backup
Storage
PowerShell
Sunday, May 8, 2011
Enabling root SSH login on an ESX host
vi /etc/ssh/sshd_config
Find the line that starts with
PermitRootLogin
and change the
no
to
yes
.
Save file by
Esc
> : >
qw
Restart the sshd service with the command:
service sshd restart
Alternatively, use the command:
/etc/init.d/sshd restart
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment