mirror of
https://github.com/vale981/rmview
synced 2025-03-04 16:51:38 -05:00
Docs: Adding warning about key format
This commit is contained in:
parent
a8046e1aa9
commit
278253a4c3
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ Connection parameters are provided as a dictionary with the following keys (all
|
|||
| `timeout` | connection timeout in seconds | default: 1 |
|
||||
|
||||
|
||||
:warning: If you get an error when connect using a key, but the key seems ok when connecting manually with ssh, you probably need to convert the key to the PEM format (or re-generate it using the `-m PEM` option of `ssh-keygen`). See [here](https://github.com/paramiko/paramiko/issues/340#issuecomment-492448662) for details.
|
||||
|
||||
|
||||
## To Do
|
||||
|
||||
- [ ] Settings dialog
|
||||
|
|
Loading…
Add table
Reference in a new issue