goph icon indicating copy to clipboard operation
goph copied to clipboard

Is there a way to specify ssh options?

Open flippedcracker opened this issue 1 year ago • 1 comments

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?

flippedcracker avatar Apr 18 '24 23:04 flippedcracker

We're also experiencing this issue. Would you be interesting in accepting a PR for this?

TimothyBJacobs avatar May 13 '24 18:05 TimothyBJacobs