- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2021 09:02 AM
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?
Solved! Go to Solution.
- Labels:
-
Email Security
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2021 09:15 AM
solved with manual fixing keys in UI and in sshd_config only to show rsa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2021 09:15 AM
solved with manual fixing keys in UI and in sshd_config only to show rsa.
