goph
goph copied to clipboard
Is there a way to specify ssh options?
I'm trying to connect to older devices which only accept ssh-rsa algorithms. If I specify ssh -oHostKeyAlgorithms=+ssh-rsa <IP> in my terminal, then I can connect. How can I specify the same option through the goph module?
We're also experiencing this issue. Would you be interesting in accepting a PR for this?