vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi everyone, I've successfully installed Solaris 9 on an e3500 however I can't ssh into the machine. It prompts for the password [root password] for the e3500 box but it rejects it with a permission denied message. Any ideas would be appreciated. THX Michael Thanks Michaelp ++++++++++++++++++++++++++++++++ No free torches, you must also provide the correct answer! +++++++++++++++++++++++++++++++++ |
| |||
| METP <metp@rogers.com> writes: > Hi everyone, > > I've successfully installed Solaris 9 on an e3500 however I can't ssh > into the machine. It prompts for the password [root password] for the > e3500 box but it rejects it with a permission denied message. > > Any ideas would be appreciated. grep for PermitRootLogin in /etc/ssh/sshd_config (and restart sshd if you change that) and/or CONSOLE in /etc/default/login. HTH, Dragan -- Dragan Cvetkovic, To be or not to be is true. G. Boole No it isn't. L. E. J. Brouwer !!! Sender/From address is bogus. Use reply-to one !!! |
| ||||
| Thanks Dragan. On Thu, 26 May 2005 09:51:56 -0400, Dragan Cvetkovic <me@privacy.net> wrote: >METP <metp@rogers.com> writes: > >> Hi everyone, >> >> I've successfully installed Solaris 9 on an e3500 however I can't ssh >> into the machine. It prompts for the password [root password] for the >> e3500 box but it rejects it with a permission denied message. >> >> Any ideas would be appreciated. > >grep for PermitRootLogin in /etc/ssh/sshd_config (and restart sshd if you >change that) and/or CONSOLE in /etc/default/login. > >HTH, Dragan Thanks Michaelp ++++++++++++++++++++++++++++++++ No free torches, you must also provide the correct answer! +++++++++++++++++++++++++++++++++ |