Would this package support ssh config file please? For example with the following configuration, I want to call ssh with `myhost` host and the package itself autodetect the port, user, etc.: ``` Host myhost HostName 192.168.192.168 User myuser Port 22 ```