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

This module isn't working AT ALL #12

Open
jadjay opened this issue Sep 17, 2021 · 1 comment
Open

This module isn't working AT ALL #12

jadjay opened this issue Sep 17, 2021 · 1 comment

Comments

@jadjay
Copy link

jadjay commented Sep 17, 2021

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

  • bastion : user/host/key set node by node or globally
  • node: THE same user/host/key set node by node or globally

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

@atilaloise
Copy link

OId topic, but please check out my pr.
#14

this plugin is back to life, at least in my fork 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants