Ssh slow to get password prompt

I have noticed on my MBP that when I ssh to any server I have to wait up to and sometimes over a minute to get the password prompt. Whether I use the fqdn or the IP the results are the same.
I have searched the forums and have not found anything that appears to address this.
Any thoughts?
Thanks in advance.

I thought of that last night right after I posted but didn't get back to put up the information. It looks to me like it is waiting for a response from from this line:
"debug2: we sent a gssapi-with-mic packet, wait for reply"
then after about 1 minute it follows with the rest of the debug messages and prompts for my password.
Any thoughts?
OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to ****<edited out>*****
debug1: Connection established.
debug1: permanentlysetuid: 0/0
debug1: identity file /var/root/.ssh/identity type -1
debug1: identity file /var/root/.ssh/id_rsa type -1
debug1: identity file /var/root/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 4 setting O_NONBLOCK
debug1: Miscellaneous failure
No credentials cache found
debug1: Miscellaneous failure
No credentials cache found
debug1: SSH2MSGKEXINIT sent
debug1: SSH2MSGKEXINIT received
debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
debug2: kexparsekexinit: ssh-rsa,ssh-dss
debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
debug2: kexparsekexinit: none,[email protected],zlib
debug2: kexparsekexinit: none,[email protected],zlib
debug2: kexparsekexinit:
debug2: kexparsekexinit:
debug2: kexparsekexinit: firstkexfollows 0
debug2: kexparsekexinit: reserved 0
debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
debug2: kexparsekexinit: ssh-rsa,ssh-dss
debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
debug2: kexparsekexinit: none,[email protected]
debug2: kexparsekexinit: none,[email protected]
debug2: kexparsekexinit:
debug2: kexparsekexinit:
debug2: kexparsekexinit: firstkexfollows 0
debug2: kexparsekexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2MSG_KEX_DH_GEXREQUEST(1024<1024<8192) sent
debug1: expecting SSH2MSG_KEX_DH_GEXGROUP
debug2: dhgenkey: priv key bits set: 131/256
debug2: bits set: 491/1024
debug1: SSH2MSG_KEX_DH_GEXINIT sent
debug1: expecting SSH2MSG_KEX_DH_GEXREPLY
debug3: checkhost_inhostfile: filename /var/root/.ssh/known_hosts
debug3: checkhost_inhostfile: match line 1
debug3: checkhost_inhostfile: filename /var/root/.ssh/known_hosts
debug3: checkhost_inhostfile: match line 1
debug1: Host 'editedout.com' is known and matches the RSA host key.
debug1: Found key in /var/root/.ssh/known_hosts:1
debug2: bits set: 500/1024
debug1: sshrsaverify: signature correct
debug2: kexderivekeys
debug2: set_newkeys: mode 1
debug1: SSH2MSGNEWKEYS sent
debug1: expecting SSH2MSGNEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2MSGNEWKEYS received
debug1: SSH2MSG_SERVICEREQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2MSG_SERVICEACCEPT received
debug2: key: /var/root/.ssh/identity (0x0)
debug2: key: /var/root/.ssh/id_rsa (0x0)
debug2: key: /var/root/.ssh/id_dsa (0x0)
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug3: start over, passed a different list publickey,gssapi-with-mic,password
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup gssapi-with-mic
debug3: remaining preferred: publickey,keyboard-interactive,password
debug3: authmethodisenabled gssapi-with-mic
debug1: Next authentication method: gssapi-with-mic
debug2: we sent a gssapi-with-mic packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug2: we sent a gssapi-with-mic packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethodisenabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /var/root/.ssh/identity
debug3: no such identity: /var/root/.ssh/identity
debug1: Trying private key: /var/root/.ssh/id_rsa
debug3: no such identity: /var/root/.ssh/id_rsa
debug1: Trying private key: /var/root/.ssh/id_dsa
debug3: no such identity: /var/root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethodisenabled password
debug1: Next authentication method: password

Similar Messages

  • Outlook 2010 users getting Password Prompt until shared mailboxes are removed

    Hi,
    some (around 20) of my 3000 outlook 2010 users are getting Password Promts while using outlook.
    This started end of last week without any change to the environment.
    The prompt goes away if we unmount and remount additional mailboxes they have mounted.
    Any idea what could be causing this or where to start debugging?
    Backend is Exchange 2013 and 2007 in migration. 
    Thanks for every idea

    Hi,
    How did you mount additional mailboxes? Via File > Account Settings > Account Settings > Double-click the Exchange account > More Settings > Advanced tab > Add?
    Are the additional mailboxes hosted on the same version of Exchange server with thoese mailboxes with the password prompting issue? If this is the case, this issue often happens if you have a hybrid deployment of Exchange Server. To resolve the issue,
    please have a look at the following KB article and follow the instructions to fix it:
    https://support.microsoft.com/kb/2834139?wa=wsignin1.0
    Please let me know the result.
    Reagrds,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • I can't get password prompt to display; have already tried resetting Firefox and still problem occurs in Safe Mode.

    The problem is with not with every website, just one. This is a site that previously remembered my username & pw, but I changed the pw and the prompt did not display to update it, so I deleted it from the Firefox/Options/Security/Saved Passwords tab, and now when I type in the new pw, it's still not asking me whether I want to remember the pw (nor does it remember the old pw). I tried Safe Mode and I tried resetting Firefox. Neither one worked.

    You can check if there are entries in the password manager with an empty user name.<br />
    Remove saved Password(s):
    * Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    You can also check the exceptions.
    * Tools > Options > Security: Passwords: Exceptions
    You can remove all stored data from a specific domain via "Forget About This Site" in the right-click context menu of an history entry (Show All History or History sidebar) or via the about:permissions page.
    Using "Forget About This Site" will remove everything like bookmarks, cookies, passwords, cache, history, and exceptions from that domain, so be cautious and if you have a password or other data from that domain that you do not want to lose then make a note of those passwords and bookmarks.<br />
    You can't recover from that "forget" unless you have a backup of the affected files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.

  • Password prompt Error with Bex and Excel 2007

    Hi Guru's,
    We have a problem with end users that have the Bex add-in loaded in Excel 2007 when they are using a different 3rd party add-in.  The problem is when they close Excel, they get password prompted for a password protected VB project in the workbook.
    I found a MSFT article that sounds exactly like the problem I'm seeing.  Link is below. 
    [http://support.microsoft.com/kb/280454]
    Has anyone experienced this problem?
    Thanks
    Brian Winterlich

    Hi Brian:
    Take a look at SAP Note 1397278 - "BPC: Pop-up window prompting for a password to unprotect the sheet in Journal template with Office 2007 SP2".
    Regards,
    Francisco Milá

  • Frequently Password Prompt in Outlook

    Hi All,
    I need help / Suggestion
    In our environment Office 365 and deployed 22 location across the Globe,
    When a user changes the password its not accepting, User frequently gets password prompt in Outlook, this is not happening to all the users in the same location but to some users. We have fully opened firewall and no issues observed in network level.
    I am not expecting solid answer but suggestion that I can try to narrow down the issues, can someone guide me to the right direction.
    Some temp Fix
    Re configuring Outlook
    Configure outlook on other PC on the same LAN

    Hi,
    First, you can try to clear the credential cache in Credential Manager to check if it helps. See:
    http://support.microsoft.com/kb/2762344/en-us
    In addition, you can refer to the following link to get more troubleshooting steps for this issue:
    http://www.slipstick.com/problems/the-never-ending-network-password-dialog/#att
    Thanks,
    Steve Fan
    TechNet Community Support

  • Ssh: /etc/issue display between login and password prompts

    Hi All,
    I currently have ssh installed on one a Solaris 10 (non-global) zone. I have configured the sshd_config to run on protocol 2 and unhashed the 'Banner /etc/issue' parameter.
    When I attempt to log into this zone via ssh I get (in this order)...
    1. A login prompt
    2. The message I have put in /etc/issue
    3. A password prompt.
    Is there some further configuration I need to consider here?
    Any help would be great.
    Thanks.

    Sorry, it's probably worth mentioning that what i would ultimately like to do is have the message in /etc/issue display itself prior to asking for a login, not after as it currently is.
    Thanks.

  • I cannot play some songs on itunes, I get a prompt for an old email address which not longer exists and I don't know the password.  HOw can I get them authorized to my new email address and password?

    I cannot play some songs on itunes, I get a prompt for an old email address which no longer exists and I don't remember the password.  How can I get these tunes transferred to my new email address and password?

    In one of the help pages for managing your Apple ID (http://support.apple.com/kb/HE40), it shows two separate sections, one for Apple ID and one for Primary Email address. When I go to manage my Apple ID, I see only a single section for both. Can the two be 'separated', especially when you face the situation of having to discontinue your email address for some reason?
    I also noticed that when navigating to Apple ID Support Communities, it shows my nickname 'dishdy'. How and when did I insert this? In the current sequence for creating an Apple ID I don't see this. In my current profile I don't see this.
    In any case, I have freed myself from my previous Apple ID (@artemis.it) on my iPhone.
    Thanks for your help.

  • I'm getting repeated prompts to enter my password, but only for calendars

    I'm getting repeated prompts to enter my password, but only for iCal. In iCal I see an alert, and when I bring it up I get this:
    My other iCloud functions seem to be working fine. I'm iMessaging, etc.

    I've seen a couple reports on here, and mine has been down for an hour or more. However, as usual there is no indication of issues on the iCloud status page.
    Edit
    https://www.apple.com/ca/support/systemstatus/

  • Phone asked for voicemail password after update to iOS5. I pushed cancel bc I didn't know it. Now I now it but the screen just says set-up. How do I get the prompt to appear again?

    Phone asked for voicemail password after update to iOS5. I pushed cancel bc I didn't know it. Now I now it but the screen just says set-up. How do I get the prompt to appear again?

    usaspirit88 wrote:
    Phone asked for voicemail password after update to iOS5. I pushed cancel bc I didn't know it. Now I now it but the screen just says set-up. How do I get the prompt to appear again?
    Try typing in your 10 didget cell number. Restart iPhone to get the prompt again.

  • When I change the color using windows 7 color, I get a prompt to change back to firefox default or everything is very slow. Isn't there another way to fix the i

    When I change the color using windows 7, apparently firefox runs slower. The videos I watch are spotty and looking like it's in slow motion. Sometimes I get a prompt to use firefox colors and this fixes it. But why can't I use other colors, and are there settings to help me fix this problem? Thank you for any information you can give me. Joyce

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    You can check for problems caused by recent Flash updates and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • 802.1X getting a password prompt

    Okay something is still broken in 10.6.7 with 802.1X authentication.  I sometimes never get a loging/password prompt from OSX eventhough in the user profile I have "prompt for password" checked.  Just today I enabled my wireless and waited for the password/login prompt But never received one.  My password is dependent on RSA token and a new number provided every minute.  I figured out that my account was locked out from OSX trying my previous password and therefore incorrect.  I have "prompt for password" checked so this behavoir from OSX never should have happened.  After numerous tries of disabling the wireless and re-enabling and removing my user profile associated with the wireless network I am attempting to access - I finally received a password/login prompt from OSX.  This process should be seamless and there should not be a lock out based on OSX sending stale password information.   the auth method I am using is WPA enterprise.  How can I put a recommendation to apple to get this working properly.  we are on 10.6.x now - thats years of revisions and 802.1X auth is still not working well on all occassions.

    It depends on where you imported your signing certificate. On Windows if you place it in the Windows Store it by default remembers the password and does not ask again. In the process of importing signing certificate into the Windows Store you can select an option to ask you the password always. If you imported your signing certificate into the Acrobat Store, you can control how often you're asked the password.
    1. Go to Edit->Preferences->Signatures->Identities&Trusted Certificates->More and select Digital IDs. "Storage Mechanism" column shows you where your signing certificate is stored.
    2. If it is stored as a "Digital ID file" select "Digital ID Files" and click on the file that contains your signing certificate. There is "Password Timeout" tab on the top of the right panel. When you click it it will ask you for teh password and then present several options that control how often Acrobat/Reader asks you for the password when you sign.
    This is the same in Acrobat and Reader.

  • HT1918 when attempting to log into my account on itunes it ask for my password! I put my password in then I get the prompt again asking for my apple password! I put it in again and it still won't take!! What can be going on? I'm trying on my Mac pro !! Ev

    when attempting to log into my account on itunes it ask for my password! I put my password in then I get the prompt again asking for my apple password! I put it in again and it still won't take!! What can be going on? I'm trying on my Mac pro !! Everything is up to date on the the latest Itunes version!!

    Hello CarenzaRielle,
    I know not being able to access your Apple ID can be frustrating. I have located an article that will walk you through a series of troubleshooting steps to resolve this:
    Apple ID: If you forget your password
    http://support.apple.com/kb/ht5787
    Refer to the Apple ID Support page if you are unable to reset your password using the steps in this article. If you know your Apple ID password, you can also choose to change your Apple ID or change your password.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • When I open the browser I get 2 password prompts. How do I stop this?

    Since updating to the current version of Firefox (3.6.10), the password prompt has moved to the top right of the screen instead of the center, and I get 2 prompts. I can close the first and enter the password into the second for the browser to start, or enter the password twice.
    Is there any way to rectify this?

    See this: <br />
    https://support.mozilla.com/en-US/kb/Menu+bar+is+missing

  • Cannot purchase songs on iTunes. After I enter Apple ID and password, Prompt says I need toed to verify my Apple ID. I enter my password again and never get the verification email.

    Cannot purchase songs on iTunes. After I enter Apple ID and password, Prompt says I need toed to verify my Apple ID. I enter my password again and never get the verification email although my Apple ID and email are correct? Whats up with that?

    from this support article:
    How do I verify my Apple ID by email? 
    Simply follow the link in the verification email that says "Verify Now." Sign in with your current Apple ID and password, then click Verify Address. You can also verify by signing in at My Apple ID.

  • How do I get a supervisor password prompt to appear so I can configure the BIOS?

    Question How do I access the BIOS setup on a Thinkpad T60? 
    AnswerTo access the BIOS setup,
    1. Press the F1 key when the system boots
    2. You'll be prompted for the password.
    3. Enter your Supervisor password at the prompt
    The Power on password prompt and the supervisor password prompt are the same 
    If a power on password was configured you would need to enter this afterwards, the same applies to HDD password.

    You'll never get a supervisor prompt- I have PWR ON, HDD and Supervisor PWD.- If I want to enter to sipervisor mode, I have to enter the Supervisor PWD when asked for the Power On PWD....really tricky...

Maybe you are looking for

  • Old problem with a new twist !

    My Ipod mini is frozen on the do not disconnect screen (not flashing) I accidentally disconnected it without ejecting/stopping the device I have tried to reset it several times using the - toggle hold press menu/play - method and the 5 r's method (ex

  • How to set alarm and clear alarm in specific time

    Hi in my project i have to set alarm when ever there is limit vilation and clear it when ther is no limit viloation.But the problem is i should not set alarm for every violation,ihave to check,in 10 sec if there are 3 violations then only i have to s

  • Running Skype in the background on iPhone 3Gs

    I was under the impression that the 3Gs could run more than one application at one time. I am trying to figure out how to start Skype and just leave it running as long as I am online (wifi, of course, I understand that Skype won't work over 3G). I wa

  • SAP Query Language max retrieve size 512 bytes?

    Hello, Does anyone know if there is a 512 byte limit on retrieves from a table when using SAP Query Language?  In other words the length of all the fields in the retrieve can't exceed 512 bytes? Thanks

  • Extraction by functional module

    Hi all,           I create a functional module for making generic data source but when i import my functional module name in rso2 and enter my functional module name  and my structure name   it shows one error Error :TABLES-paramter E_T_DATA for extr