Open suriealli opened 2 years ago
Same problem I got.
The translator bot has detected that this issue body's language is not English, and has translated it automatically.
Same problem I got.
Same problem I got :(
@suriealli Use pageant instead of ssh-agent service provided by openssh for windows.
I had this problem, and I solved it. Before tabby, I use xshell. I can use rsa private key login the server A, and set xagent, then I can connect server B from server A. When I use tabby, I do this config: Connection=Jump host Host/Port=Server B Jump host=Server A Username=my name Authentication method=Key private keys=my rsa private key
And I can connent to server B sucessfully.
As a workaround, I have set up the following alias in my local shell: alias ssh='ssh -A'
This is currently working on macOS and Linux.
There should be a way to achieve this on Windows as well.
Describe the problem: In windows, I had turn on the agent forwarding,and login the server,But when I use this server to login another server which I can login formal,it is failed.Is that any other set to use it? [A clear and concise description of what the bug is.]
To Reproduce: [Steps to reproduce the behavior]