You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[07:26:15] INFO dstack._internal.server.background.tasks.process_instances:217 Adding ssh instance vm-fleet-0...
WARNING dstack._internal.server.background.tasks.process_instances:281 Provisioning instance vm-fleet-0 could not be completed because of the error: Deploy instance raised an error: 'RSAKey' object has no attribute 'fingerprint'
Additional information
No response
The text was updated successfully, but these errors were encountered:
un-def
changed the title
[Bug]: dstack server is not compatible with paramiko<2.12
[Bug]: dstack server is not compatible with paramiko<3.2Nov 12, 2024
`dstack` uses `PKey.fingerprint` property, which was added in 3.2.0:
https://www.paramiko.org/changelog.html
> 3.2.0 2023-05-25
> * [Feature]: `PKey` grew a new `.fingerprint` property [...]
Fixes: #1982
`dstack` uses `PKey.fingerprint` property, which was added in 3.2.0:
https://www.paramiko.org/changelog.html
> 3.2.0 2023-05-25
> * [Feature]: `PKey` grew a new `.fingerprint` property [...]
Fixes: dstackai#1982
Steps to reproduce
server side:
client side:
Actual behaviour
See Server logs
Expected behaviour
No response
dstack version
0.18.24
Server logs
Additional information
No response
The text was updated successfully, but these errors were encountered: