Hi
Since updating to macOS 10.12, it seems as if sshuttle is no longer able to either parse or read my .ssh/config file.
For example:
now fails with:
ssh: Could not resolve hostname my-bastion-host: nodename nor servname provided, or not known
Where "my-bastion-host" is defined as the following, in my ~/.ssh/config :
Host my-bastion-host
IdentityFile ~/path/to/my/remote/keys/cert.pem
User jpeloquin
I am using the bundled version of ssh, in /usr/bin.
If it helps any, there also seems to be an issue where sshuttle does not look for an SSH key unless specifically defined.
I have no issues using references in my ~/.ssh/config in Terminal nor in other SSH tools like "Shuttle" (the menu bar widget).
Thank you,
Jamie