class documentation
class UnparsedEntry: (source)
Constructor: UnparsedEntry(string)
Implements interfaces: twisted.conch.interfaces.IKnownHostEntry
UnparsedEntry is an entry in a KnownHostsFile which can't actually be parsed; therefore it matches no keys and no hosts.
| Method | __init__ |
Create an unparsed entry from a line in a known_hosts file which cannot otherwise be parsed. |
| Method | matches |
Always returns False. |
| Method | matches |
Always returns False. |
| Method | to |
Returns the input line, without its newline if one was given. |
| Class Variable | key |
The SSH key type identifier for this key. |
| Instance Variable | _string |
Undocumented |
Returns the input line, without its newline if one was given.
| Returns | |
bytes | The string representation of this entry, almost exactly as was used to initialize this entry but without a trailing newline. |