-
### Discord username (optional)
_No response_
### Describe the solution you'd like?
```text
I regularly have to ssh to a jumphost to then ssh to other remote hosts (with an ssh key that exists on t…
-
## Applies To
https://goteleport.com/docs/admin-guides/access-controls/guides/impersonation/#step-33-use-impersonation-to-issue-a-certificate
## Details
Atempting to use the example jumphost
…
-
Please consider adding support for ssh config files or adding JumpHost support (accessing an ssh server over another ssh gateway). For details on how that looks on linux, see https://wiki.gentoo.org/…
-
We are using sshj successfully for a long in our project. Thanks for the excellent project.
We now have a requirement to use ssh's jumphost ability.
`ssh -tt user@ip telnet ip port`
If this p…
-
Our environment requires double linux jumphost before we can reach the Cisco devices. Is there anything we can adjust in the script to successfully connect behind double jumphosts?
-
Can we add support for Bastion / Jumphosts?
The only thing that needs to happen is:
- Add an optional `bastion { ... }` block
- If bastion is defined, first dial a connection to the bastion hos…
-
Hi,
it would be cool when you add support for jumphosts. I add it dirty, but maybe i forgot something...
```
while getopts "p:k:f:DXchJ:" o; do
case ${o} in
J)
SSH_JH="-J${OPTARG…
-
Hi, trying to set up sshfs over a jumphost. Have made sure the `ssh.exe` in the `bin ` folder is first in path. SSH seems to read my global config, which works as expected using ssh. I get equivalent…
-
### Is this your first time submitting a feature request?
- [X] I have searched the existing issues, and I could not find an existing issue for this feature
- [X] I am requesting a straightforward ex…
-
### Command line
Given an `.ssh/config` file containing the following:
```
Host proxy
Hostname long-hostname-proxy
Host dest
Hostname long-hostname-dest
```
It is not possible to conne…