I can't login to solaris server using ssh(putty).

Hi,
I can't login to solaris server using ssh(putty).
However I am able to login to that server using telnet.
# pkginfo | grep -i ssh
system SUNWsshcu SSH Common, (Usr)
system SUNWsshdr SSH Server, (Root)
system SUNWsshdu SSH Server, (Usr)
system SUNWsshr SSH Client and utilities, (Root)
system SUNWsshu SSH Client and utilities, (Usr)
I see that ssh is running. Please suggest.
# ps -ef | grep ssh
root 392 1 0 Feb 27 ? 0:00 /usr/lib/ssh/sshd
root 12523 392 0 Mar 03 ? 0:00 /usr/lib/ssh/sshd
sbasha 12526 12523 0 Mar 03 ? 0:07 /usr/lib/ssh/sshd
sbasha 10957 10954 0 Mar 03 ? 0:05 /usr/lib/ssh/sshd
root 16495 16491 0 10:46:54 pts/2 0:00 grep ssh
root 10954 392 0 Mar 03 ? 0:00 /usr/lib/ssh/sshd
Thanks & Regards,
-Gnanashekar-

Hi,
I found solution to the problem. By default sshd in solars 10 does not permit root logins.
We need to edit /etc/ssh/sshd_config file as follows:
PermitRootLogin yes
and restart the sshd.
#svcadm restart ssh
Thanks & Regards,
-GnanaShekar-

Similar Messages

  • Can't access my Directory Server using the Console installed on a machine

    can't access my Directory Server using the Console installed on a remote server, lookied into knowledge base article 4693, but still same any idea ?

    I too am having problems accessing Directory server from Netscape Console installed on Winxp.
    If I try to open Directory server it doesn't give any error. No windows nothing.
    If I try th same from the machine on which it is installed everything is fine. What is strange is that it did open a couple of times. But at the same time I can open the admin server, Netscape Messaging server from the xp box. Searching all over for a solution. Any help/pointers would be greatly appreciated.
    Config details:
    iDS4.13, iMS 5.0, running on Sol 8 box
    Netscape Console 4.2 on WinXP.
    Thanks

  • Why I can't login to my iMessage using my apple password. It was showing password or username wrong error message. I try this many time but my username and password correct

    Why I can't login to my iMessage using my apple password. It was showing password or username wrong error message. I try this many time but my username and password correct

    I have the same trouble , I can't activate iMessage using my apple id.
    I think this is from OS itself (6.0.1) .

  • Login to BI Server using Oracle BI Publisher Desktop 11g

    I have been trying to login into Bi Server using Oracle Bi Publisher Desktop. Once I try to login, a credentials error pops-up saying 'Please Contact your administrator for userid/password'. I am sure the credentials are correct because I used them on a different computer of the same specifications as mine for another user. Please help me.

    I am having the same issue.
    BI Publisher Desktop 11.1.1.6 32-bit
    Office/Word 2010 32-bit
    Windows 7 32-bit
    Just found a solution that worked for me:
    uninstalled BI Publisher Desktop 11.1.1.6 32-bit
    manually deleted old installation directory
    renamed all .exd files on harddisk to .exd.bak
    deleted all temorary files
    installed BI Publisher Desktop 11.1.1.5 as administrator
    started word 2010 as administrator
    Edited by: statra on 14.06.2012 14:30

  • Oracle9iAS(9.0.2.0.1) Can't connect X11 Window Server Using localhost:0.0

    Hi, everyone:
    I have installed the Oracle9iAS(9.0.2.0.1), at the first time installation, every thing is succeed in Miracle Linux 2.0, but after i reboot linux pc, then
    #$ORACLE_HOME/bin/emctl start is also succeed,
    unfortunately after i connect to that pc by 1810 port,
    it display a web page with the message of
    Servlet error: Renderer failed:
    java.lang.NoClassDefFoundError can't connect X11 window
    server using 'localhost:0.0' as the value of the DISPLAY
    variable
    why, and how to solve this problem, thanks in advanced

    Check out the support matrix for deploying to different versions of OracleAS.
    http://otn.oracle.com/products/jdev/htdocs/9.0.5.1/install.html#supported
    Following how-to has an FAQ which has details about invalid servlet path error.
    http://otn.oracle.com/products/jdev/howtos/appservers/deployias.html#faq
    raghu
    JDev Team

  • Can't login to solaris 8 ftp server

    I can't login to my solaris 8 ftp server from another computer. When I type in the username (root) and my password (the password I use to login to my CDE), it tells me that the password is incorrect. I am a beginner at this, and any help is greatly appreciated.
    Thankyou.

    Hi,
    If you must log into the ftp server as root for some reason you have to first edit the ftpusers file. This file lists all the users who can not use ftp. The file is found here /etc/ftpusers. If you remove the entry root from this file it will allow root to log into the ftp server.
    Hope This Helps.
    Regards,
    Andrew
    Sun Developer Technical Support

  • Can't login to admin server

    Hello, I have a problem which is driving me crazy.
    I simply can not login to the admin server.
    I'm connecting to the flash admin-frontend which is hosted on the same server which the FMS is running on. The FMS version is 3.0.1 and it's running on RHEL5.
    I've set the user and password in conf/fms.ini. I have checked that I have permission to connect in conf/Users.xml. Everything seems like it should work, but it just won't let me in and when looking in the logs (logs/admin.00.log) I just get a lot of lines saying "Failed login attempt from..."
    Apart from this the server works. We are still using it for streaming and we have been able to login to the admin interface before, but it was a long time ago and now it just won't work anymore.
    Any ideas?

    Thanks for the reply.
    The admin log just contains a lot lines like these:
    2011-04-01 14:57:31 22552 (w)2671165 Failed login attempt from 130.239.57.123 at Fri 01 Apr 2011 02:57:31 PM CEST. -
    2011-04-01 14:57:32 22552 (w)2671165 Failed login attempt from 130.239.57.123 at Fri 01 Apr 2011 02:57:32 PM CEST. -
    And here's the Users.xml, I'm actually not sure why there's a password in here as well, or how it is updated (since it's encrypted).
    <Root>
        <UserList>
            <!-- This tag defines an administrator for the server. -->
            <User name="${SERVER.ADMIN_USERNAME}">
                <!-- Password for this vhost administrator. -->
                <Password encrypt="true">dTh0eXJlcw=</Password>
                <!-- This admin can only connect to the server from the specified -->
                <!-- hosts. This is specified as a comma delimited list of        -->
                <!-- hostnames or domain names, and/or (full or partial) IP       -->
                <!-- addresses. For example,                                      -->
                <!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60"    -->
                <Allow>all</Allow>
                <!-- This admin cannot connect to the server from any of the      -->
                <!-- specified hosts. This is specified as a comma delimited list -->
                <!-- of hostnames or domain names, and/or (full or partial) IP    -->
                <!-- addresses. For example,                                      -->
                <!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60"    -->
                <Deny></Deny>
                <!-- Specifies the order in which to evaluate the <Allow> and     -->
                <!-- <Deny> tags. This can be "Allow,Deny" or "Deny,Allow". The   -->
                <!-- default is "Deny,Allow" which means that access is allowed   -->
                <!-- unless specified in <Deny> and not specified in <Allow>.     -->
                <Order>Allow,Deny</Order>
            </User>
        </UserList>
        <AdminServer>
            <HTTPCommands>
                <!-- Enable or disable using HTTP requests to execute admin commands.     -->
                <!-- Set to "on" to enable, otherwise it will be disabled.  The           -->
                <!-- actual commands permitted for server admin and virtual host admin    -->
                <!-- users can be set in admin.xml.                                       -->
                <Enable>${USERS.HTTPCOMMAND_ALLOW}</Enable>
                <!-- List of server admin commands that can be accessed via HTTP.         -->
                <!-- Add multiple commands seperated by commas.  "All" indicates          -->
                <!-- every command (it's not recommended to allow all commands).          -->
                <!-- Seperate multiple commands with commas.                              -->
                <Allow>ping</Allow>
                <!-- List of server admin commands denied access via HTTP.                -->
                <!-- Add multiple commands seperated by commas.  "All" indicates          -->
                <!-- every command.                                                       -->
                <Deny></Deny>
                <!-- Processing order for deny and allow command lists.  "Deny,Allow"     -->
                <!-- means the command will be allowed if the command is in the allow     -->
                <!-- list or not in the deny list.   "Allow,Deny" means the command       -->
                <!-- will be allowed if it is in the allow list and not in the            -->
                <!-- deny list.                                                           -->
                <Order>Deny,Allow</Order>
            </HTTPCommands>
        </AdminServer>
    </Root>

  • Mirroring Windows Server to a Solaris Server using filesync & NFS

    I am trying to mirror the data from a Windows 2000 server to a Solaris 10 server using filesync over NFS. I have been able to do this from one solaris/sparc machine to another without problems, but this heterogeneous sync is failing. The Windoze machine is running Hummingbird NFS Maestro Server. I've tried both an old version of Maestro (5.x) and the newest version. On the solaris machine, I craft the .packingrules file by hand and issue "filesync -o src" to copy from the nfs mounted source to a local directory. The initial copy seems to go well, albeit with numerous complaints about ownership and permissions. On either the second or third running of "filesync -o src", it wants to delete all of the files that it just wrote. Argh! Sometimes it works, sometimes it does not.
    Perhaps I need to mirror in some other way. If all else fails, next I'll compile rsync on the solaris machine, trying it over NFS.
    I'd appreciate any suggestions of how best to mirror.
    By the way, my goal here is to show to Windoze PC users that this Solaris server can do everything that the Windows server can do, and more. With hopes, I'll be able to migrate completely off of the Windoze server.
    Thanks

    smbmount doesnt exist for solaris 10.
    The functionality would require a smbfs kernel module which is not available in solaris 10.
    I think there might be a commercial product that provides this functionality, but its name escapes me at the moment..

  • Can't login to ML server network user from a client

    Hi,
    The computer name on my customer's ML server was changed post OD installation. Now I can't login with network user credentials from a MacBook.
    I also see the old server/hostname displayed in workgroup manager under "location" (see attached).
    I've tried destroying OD by deleting it in Server app then re-adding it again but it still shows the old name in WGM as shown in the screenshot above.
    I suspect this is related to authentication problems. Should I be running a utility like changeDirData.pl to update the old values? If so, what is the syntaxt?
    Old name was: server1.stmarys.lan
    New name is: server1.local
    I ran the following: sudo /Applications/Server.app/Contents/ServerRoot/usr/libexec/changeDirData.pl -i -s 192.168.2.2 -u diradmin -o server1.stmarys.lan -n server1.local
    But got an error: cant contact ldap server to get config info

    After contacting Apple server support, I was told there were two issues:
    1- ".local" cannot be used in a hostname due to conflict with Bonjour
    2- Hostnames must have three parts like "server.company.lan" & "server.lan" cannot be used
    I wish Apple would inform users with a pop-up about these rules before they waste a lot of time having to re-do everything from scrath. I was lucky enough to have an export of all users.
    If these rules are followed from the begining, DNS would auto-configure itself with the appropriate forward & reverse records.

  • Can't login to FaceBook App using 9220 curve

    I can't login through Facebook App. I always get the error message "You have entered an incorrect email/password combination. Hint: Facebook passwords are case sensitive (2401)"
    I'm sure I'm typing the correct email and password. We even try my wife's and my other friends' Facebook account and we always gethe same error message.
    I tried uninstalling and installing the latest app version 4.00.13. I even try to login at m.facebook.com using the browser but I also got the same error message. Basic troubleshooting, reset, refresh and all other stuffs but it will still not let me login.
    I thought there were some issues with the keys (when I'm typing) but I tried with other Apps, (YouTube, Twitter, etc.) but they are all working.
    Please help me? If you can also give me the link where I should file this case.
    Thank you so much and more power!
    Adrian

    Hi adrian0275
    Welcome to BlackBerry Support Community Forums
    Are you able to login to your facebook account from a PC ? If so then I believe you are not able to enter your login crediantial on your BlackBerry , If you have a mixture of different characters in your password or email ,and you are not able to properly enter those on the BlackBerry keyboard. For example , if your password is
    adrian0275
    And you enter a > d > r > i > a > n > 0 > alt  > 2 > 7 > 5
    the actual result will be
    adrian02zd
    You must enter
    a > d > r > i > a > n > 0 > alt >2  alt > 7 > alt > 5
    to get adrian0275 on your device. So, while on the BlackBerry keyboard you think you are typing adrian0275 , you are actually typing adrian02zd .
    Plaese take your time and enter those figure correctly on your device and see if that work .
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Address Book can't synchronize with Exchange server using a domain prefix

    I'm having problems attempting to use Address Book's built in "Synchronize with Exchange" feature. The issue seems to be that my company uses domains with their exchange server, so I login with a username like "domain/user" rather than just "user"
    iSync finds my server if I just use the "user" login, but the server won't accept the login and I get a failed login error.
    When I use the same server with my "domain/user" login I get this error:
    "iSync couldn't connect to Exchange. Could not reach the server specified."
    It seems that the "domain/" is fooling Address Book into altering the server URL to an invalid address. When I return to the preferences I see that it has changed the URL to http://www.server.com/exchange/domain/user
    I've found a bunch of people on the web with this problem, but no solutions. Anyone have any ideas?

    I'm having the exact same problem... worked fine until I did a clean install Last week.
    anyone figured out a fix or workaround ?

  • I can not login in to itunes using my kindle fire?

      I can not login to itunes using my kindle fire?

    Correct
    There is no itunes on kindle fire

  • Can not login to BOE Server (Business Object 4.0) by WebIntelligence

    I have ready a BOE Server   (Business Object 4.0) , now I want to login BOE Server by BOE Client Tool - WebIntelligence, but I can not login,
    The error display : Logon failure due to an internal error
    Please  help and share information to me
    Thanks

    Please provide more details on the exact workflow and the exact architecture of your deployment.

  • Can't login to windows server 2008

    I have a remote windows server 2008 through rackspace. I was trying to block all outside connections to the outside world except on the domain of my company. When I did this, I blocked all connections now I can't get to the server. Any ideas?

    Is your domain is in Rackspace? Have you change the firewall rule on the server itself? Now how you are trying to access the server? R u using remote Desktop?  Actually Private connections are within the network where some trust relation ships are
    there. if you block all the connections using the firewall on Domain then the clients may not connect to the domain and some times RDP won't work because of Firewall. So try to change the rule once.  

  • Starting Weblogic server using Telnet/Putty

    Hi,
    I have Weblogic server(9.1) installed on a unix box.
    I open putty, login to the box and start the weblogic server using the command
    ./startWebLogic.sh
    It all starts fine and things work properly.
    But as soon as I close the putty window, the server too shuts down?
    Can I avoid this scenario.
    Is there any way I can keep the servers running even after closing the putty window.
    Is there any settings to be done on the unix box?
    Is there any settings to be done on putty?
    Should I use the command ./startWebLogic.sh in some different way?
    Little urgent for me. Appreciate your help.
    ~ Rishi

    nohup ./startWebLogic.sh &
    try man nohup for more info on it...
    regards,
    dotyet

Maybe you are looking for

  • Adding additional monitors

    I want to add two monitors to my laptop to use instead of the notebook's monitor. Is there a way to use the two monitors with the laptop, powered on, but the lid closed? What hardware is needed to connect the two monitors?

  • New iMac 5k won't connect using ethernet

    I was in the process of transferring VMWare/Windows from my MacPro to my new 5k iMac. With VMWare help I started transferring a 25 GB file and noticed it was going to take quite a while wirelessly, so I connected both macs to my Actiontec modem/ rout

  • Archiving News Items

    Can someone please help me with how to archive news items after 30 days? I still want these news items to be accessable to users. So I guess I need to know 2 things: 1. How to archive news items 2. How to retrieve archived news items Thanks, Tara

  • DME File creation

    Dear All, User has run FBWE for few Bill of Exchange transaction, after the posting completed it should generate a DME file for Bank, user has sucessfully able to post the document, but the DME file did not get generate, for the same ID its showing p

  • Two SSIDs; different VLANs; second VLAN can't talk to Internet

    I've got an ASA 5505 firewall with internal interface 192.168.65.1 on port 1 and a WAP connected to port 5 with the address 10.10.1.1. The WAP has two SSIDs configured; one is on VLAN 1 and the other on VLAN 14. The firewall has port 5 configured as