Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.4k stars 3.39k forks source link

The agent forwarding still not work fine. #6463

Open suriealli opened 2 years ago

suriealli commented 2 years ago

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]

Remonli commented 2 years ago

Same problem I got.

Issues-translate-bot commented 2 years ago

The translator bot has detected that this issue body's language is not English, and has translated it automatically.


Same problem I got.

dzanto commented 2 years ago

Same problem I got :(

Remonli commented 2 years ago

@suriealli Use pageant instead of ssh-agent service provided by openssh for windows.

mysterin commented 1 year ago

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

image

And I can connent to server B sucessfully.

inattendu commented 1 day ago

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.