martin-lizner / trezor-ssh-agent

Trezor SSH Agent for Windows (Putty, WinSCP and more) + KeepKey supported!
MIT License
55 stars 8 forks source link

Will trezor-ssh-agent support per host public key? #4

Open martin-lizner opened 8 years ago

martin-lizner commented 8 years ago

Probably not. But it may support multiple keys per wallet and let user decide which key to use.

This application is built with concept that let users keep their ssh clients like Putty or WinSCP. While this brings flexibility for end users it also means that agent is unaware of hostname that client is connecting to. This is different from application romanz/trezor-agent which starts client and agent from single script.

SSH Agent (Pageant) is a bit hazy protocol, so there might be smth Im missing. Im open to any help here.