support .ssh/config
As i suppose we use more git for windows or other tooling Ubuntu from the market, it could be cool to have a folder "ssh config" that will be automatically populated by the content of the file. Direct editing should be nice but later ?
Also if i have a host named 'srv-ansible' the URL like sftp://srv-ansible/ should go to the right server, with the good user name, using the good id file, like openssh should do ;)
.ssh/config
... Host ansible srv-ansible User ebt HostName 172.16.238.120 ...
Thank you for having taken the time to read.