dahlbyk / posh-sshell

PowerShell helpers for SSH (previously part of posh-git.)
MIT License
142 stars 8 forks source link

Parse .ssh/config for keys to add. #3

Closed JeremySkinner closed 6 years ago

JeremySkinner commented 6 years ago

As per https://github.com/dahlbyk/posh-git/issues/232

Once we have a parser in place (#2) this will be possible.

JeremySkinner commented 6 years ago

Implemented in 85e7a9d.

Add-SshKey now has an All parameter which will load all keys defined against hosts in ~/.ssh/config