kryptco / kr

DEPRECATED A dev tool for SSH auth + Git commit/tag signing using a key stored in Krypton.
https://krypt.co/developers/
Other
1.59k stars 109 forks source link

Any way to force MFA with third-party SSH clients? #258

Open heywoodlh opened 5 years ago

heywoodlh commented 5 years ago

This is similar to the issue I just opened Why modify ~/.ssh/config?.

Is there any way to use Krypton in conjunction with a third-party SSH client? As I understand it, kr modifies my SSH config in order to force the use of Krypton when SSH-ing into a host. This doesn't work with a third-party SSH client such as Termius (what I use on my mobile phones/tablets), which doesn't read an ~/.ssh/config file. Is there any way around this?

Oujiii commented 4 years ago

I know this an old issue, but if you look closely at the config file you will notice that it uses a different agent (the kr agent), this agent is not present in mobile devices at this moment.