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
Add optional alias parameter to host config (#355)
* added optional alias parameter to single clients and HostConfig for configuration from parallel clients.
This is useful for weird ssh proxies like cyberark PAM.
Without this, it is difficult to identify the source of the output, as they all have the same host name.
* Added tests.
* Updated docstrings.
0 commit comments