<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007Dwe0VCAROkta Identity EngineAdvanced Server AccessAnswered2024-04-16T10:01:07.000Z2021-10-13T09:33:17.000Z2022-03-04T14:44:27.000Z

otgmz (otgmz) asked a question.

Help on Advanced Server Access needed - SSH error

Hi all,

I'm currently trying to setup a PAM env for a customer. I'm using 2 LUbuntu VMs, one as the restricted sever, one as a Client.

I added both to the Scaleft Interface.

I'm also able to see all users assigned to the Scaleft project on the "server" VM.

 

When trying to connect with the command

sft ssh PAM-server

 

I get this error message:

```error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain

kex_exchange_identification: Connection closed by remote host

Connection closed by UNKNOWN port 65535```

 

To setup the Client and Sever, I followed the "Okta Advanced Server Access" Curriculum in the Training portal and the Doku: https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/asa-overview.htm?tocpath=_____2

 

Is there something I need to install first?

Do I maybe need the Okta ASA Gateway somewhere?

 

Thanks

Jonas


  • otgmz (otgmz)

    SOLVED:

    For servers running Ubuntu 20.04 or later, you have to allow certificate authorities (CAs) to use the ssh-rsa algorithm to sign certificates. To do this, add the following line to your OpenSSH daemon file (which is either /etc/ssh/sshd_config or a drop-in file under /etc/ssh/sshd_config.d/):

     

    CASignatureAlgorithms ssh-rsa

    Expand Post
  • m7pwh (m7pwh)

    Thank you so much! this helped me a lot today.

This question is closed.
Loading
Help on Advanced Server Access needed - SSH error