1827279 Members
2575 Online
109717 Solutions
New Discussion

SSH

 
SOLVED
Go to solution
Joe J_1
Frequent Advisor

SSH

Hello,

Our environment has root and operator with a UID 0. When I "PermitRootLogin no" i am unable to login with either account.

I want to be able to login with the operator account. Does SSH block root logons by UID??

Thanks
Joe
7 REPLIES 7
Geoff Wild
Honored Contributor

Re: SSH

Yes - and why would you create an operator id with uid 0???? That just makes them root....

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Joe J_1
Frequent Advisor

Re: SSH

It's a long story, and not worth explaining.
Steven E. Protter
Exalted Contributor
Solution

Re: SSH

Secure Shell works by UID.

As do many other functions.

It is okay however to permit secure shell use with the root account. Passwords are encrypted and if you exchange public keys risk is quite low.

Attaching a doc that elaborates.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
S.K. Chan
Honored Contributor

Re: SSH

S.K. Chan
Honored Contributor

Re: SSH

S.K. Chan
Honored Contributor

Re: SSH

S.K. Chan
Honored Contributor

Re: SSH