HostKeys missing file object access
Bug #434414 reported by
flxkid
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
paramiko |
Confirmed
|
Low
|
Robey Pointer |
Bug Description
HostKeys load and __init__ methods should allow a file_obj much like the PKey class does so that keys can be loaded in a similar manner. The add method allows something similar, but the key must already be parsed out to use. I want to store my host keys in a table without having to strip anything. Right now I remove the openssh formatting and then load the key like this:
sshconn.
Changed in paramiko: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → Robey Pointer (robey) |
To post a comment you must log in.