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

xdsh is being used with a jump server and failing randomly on target servers #7388

Open
capacho66 opened this issue May 25, 2023 · 0 comments

Comments

@capacho66
Copy link

capacho66 commented May 25, 2023

Hello,

We have two separated subnets (isolated by a jump server) and we want to run xdsh as follow:

xCAT2_server -----------> Jump_Server -----------> Server_B

(*) xCAT2_server is in Subnet_1 and Server_B is in Subnet_2

I am trying to configure the xCAT2 server (in AIX) to run xcat commands against all servers in Subnet_2

and I configured /.ssh/config on the xCAT2 server as follow:

Host Server_B
HostName xx.xx.xx.xx <-- This is the IP address for "Server_B"
ProxyJump Jump_Server

xdsh works fine for single server (or even for a couple), like:

xdsh Server_b pwd

   or

xdsh Server_b, Server_c pwd

However, when I have a cluster of servers for xdsh (or any other xCAT commands), I get this message below on some servers:

ssh_exchange_identification: Connection closed by remote host

and I get the message on different servers every time I run "xdsh" with multiple servers.

I read here and there online and I am not sure at this point what the problem is. I don't want to modify the jump_server's ssh config file. All changes need (if possible) to go to the xCAT2 server

Any help would be appreciated..

thanks

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

1 participant