Link to home
Start Free TrialLog in
Avatar of irneddy
irneddy

asked on

Using putty to remote into an esx server

I am trying to use PuTTY to log into an esx server.  When I log in to root on the esx consol with my password, it works just fine.  But when I am at a remote location it keeps giving me an error that the password is wrong.  Is there a default password, or a setting that I need to change to be able to log in?
ASKER CERTIFIED SOLUTION
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of irneddy
irneddy

ASKER

I know this sounds basic, but what is the code to change the sshd config?
haahah LOL
if you didnot tested the solution why did you accepted the answer!!!

anyway

cd /etc/ssh
vi sshd_config

look for permit root  login = yes
if you want to Edit this file
then  press I
afer edit complete

then  press ESc

:wq

it will save the file ( if you edited anything)

if you dont edit the file then

:q!

if you change anything then restart the service

service sshd restart

anyway : what Os do you have ??