crossbar.common.key¶
Attributes¶
Functions¶
|
for informational purposes, try to identify the creator (user@hostname) |
for informational purposes, try to get a machine unique id thing |
|
|
|
|
Internal helper. This parses a |
|
|
|
Internal helper, write the given tags to the given file. |
Module Contents¶
- _creator()[source]¶
for informational purposes, try to identify the creator (user@hostname)
- _parse_node_key(key_path: str, private: bool = True) collections.OrderedDict[source]¶
Internal helper. This parses a
key.puborkey.privfile and returns a dict mapping from tags to values.- Parameters:
key_path – Path to key file.
private – Flag indicating whether to parse the file as a private key file.
- Returns:
Tags parsed from key file (ordered as appearing in the file).