You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What method does spray use when login into target host?
Does it simulate an interactive command line, like a expect ?
Or using a language-specific SSH client SDK ?
Or does it just depend on how Ansible behaves?
My issue is that in our DC environments,
server have to use a complex SSH config including ProxyCommand and RemoteCommand to login into other server and switch to the root user.
How to make kuboard-spary be aware of the config ?
The text was updated successfully, but these errors were encountered:
What method does spray use when login into target host?
Does it simulate an interactive command line, like a
expect
?Or using a language-specific SSH client SDK ?
Or does it just depend on how Ansible behaves?
My issue is that in our DC environments,
server have to use a complex SSH config including
ProxyCommand
andRemoteCommand
to login into other server and switch to the root user.How to make
kuboard-spary
be aware of the config ?The text was updated successfully, but these errors were encountered: