cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3695
Views
0
Helpful
1
Replies

scp push to remote server - ssh-dss?

Juraj Ban
Level 1
Level 1

Hi,

As in Cloud ESA there is no API we decided to configure SCP server that will be available from Cisco Cloud IP address.
Challenge here is that SCP configuration would give ssh-rsa and it'll automatically scan host and populate good info ssh-rsa pub key but when it'll try to establish connection, connection would fail with reason.

Unable to negotiate with ... no matching host key type found. Their offer: ssh-dss [preauth]

userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes [preauth]

As far as we know, ssh-dss is legacy - is there some way how we can for SCP client to use ssh-rsa or some workaround?

1 Accepted Solution

Accepted Solutions

Juraj Ban
Level 1
Level 1

solved with manual fixing keys in UI and in sshd_config only to show rsa.

View solution in original post

1 Reply 1

Juraj Ban
Level 1
Level 1

solved with manual fixing keys in UI and in sshd_config only to show rsa.