Expand description
Parser for ~/.ssh/config.
Supported directives: Host, HostName, User, Port,
IdentityFile, ProxyJump, Include.
The original file is never modified.
Functionsยง
- load_
from_ file - Loads and parses an SSH config file from disk.
- parse_
ssh_ config - Parses the text of an SSH config file and returns all non-wildcard hosts.