Wired Intelligent Edge

 View Only
last person joined: 5 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

[2530] SSH login only works from one IP

This thread has been viewed 5 times
  • 1.  [2530] SSH login only works from one IP

    Posted Feb 23, 2023 08:28 AM

    Hi, 

    I have an very bizarre situation, 2 managment stations using the same ssh key try to connect to the device.

    But only one will work. The ssh login will fails with:

    auth: Invalid user name/password on SSH session User
              'manager' is trying to login from <IP>

    Both stations will use the same ssh key and the same ssh client config. So I have no idea, what goes wrong.

    The device will run with YA.16.11.0010.



  • 2.  RE: [2530] SSH login only works from one IP
    Best Answer

    Posted Feb 23, 2023 09:22 AM

    After calling ssh via ssh -vvv I found the problem. The OS of the one managment station don't support RSA ssh key's by default. It only like ed25519 key's by default. But the device don't support it. The solution was, to enable SSH-RSA key's for that connection by adding:

    PubkeyAcceptedKeyTypes +ssh-rsa

    to it