We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Sorry to be upset, but this plugin isn't fonctionnal at all...
At least you're going to have a loop You can't set easily bastion user and bastion host What you need is
Then the ssh_config is easy to set :
Host proxy User @proxy_user@ Hostname @proxy_host@ IdentityFile @proxy_key@ Host * !proxy ProxyJump proxy
Then the ssh line is straight :
$ ssh -F /tmp/proxy_config.AezfeDEZ5 WHATEVER@WHATEVER
Final point.
Here we have : /tmp/bastion.ssh-keyfile.XXXXX which contains the PATH OF THE IDENTITYFILE we put in the form ...
Frankly : just say bastion can't be and that's all
The text was updated successfully, but these errors were encountered:
OId topic, but please check out my pr. #14
this plugin is back to life, at least in my fork 😂
Sorry, something went wrong.
No branches or pull requests
Hi,
Sorry to be upset, but this plugin isn't fonctionnal at all...
At least you're going to have a loop
You can't set easily bastion user and bastion host
What you need is
Then the ssh_config is easy to set :
Then the ssh line is straight :
$ ssh -F /tmp/proxy_config.AezfeDEZ5 WHATEVER@WHATEVER
Final point.
Here we have : /tmp/bastion.ssh-keyfile.XXXXX which contains the PATH OF THE IDENTITYFILE we put in the form ...
Frankly : just say bastion can't be and that's all
The text was updated successfully, but these errors were encountered: