Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ssh ProxyJump not working for me #11559

Closed
cyberduck opened this issue Jan 25, 2021 · 4 comments
Closed

Ssh ProxyJump not working for me #11559

cyberduck opened this issue Jan 25, 2021 · 4 comments
Labels
bug fixed sftp SFTP Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

9bacd1a created the issue

I tried like advised in another issue, but this still doesn't work for me.

I have this config:

Host host1
[settings, user with standard port]
ProxyJump host2 

Host host2
User <a user>
IdentityFile <a secret key, loaded through the agent>

In the config I put host1 user and host1 password (port is always 22).
It always fails to connect (a timeout I guess, it seems it is trying to connect directly); the conf in itself is correct since it works from the terminal (ssh, sftp and so on).

I am using version 7.8.1 on mac os x 10.15

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you confirm your bookmark has set the Server field to host1.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Documentation in Connect via SSH tunnel through bastion server.

@cyberduck
Copy link
Collaborator Author

9bacd1a commented

yes, the bookmark has host1 as Server, username and password for host1 (host1 has the same name as in ssh_config).
But I got what I did "wrong"; I use ssh config includes a lot and I was putting the needed conf in one of those includes... I suggest you put a warning about that in the docs, this will avoid confusion

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:3 riccardo]:

yes, the bookmark has host1 as Server, username and password for host1 (host1 has the same name as in ssh_config).
But I got what I did "wrong"; I use ssh config includes a lot and I was putting the needed conf in one of those includes... I suggest you put a warning about that in the docs, this will avoid confusion

In #10451.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant