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
Would it be possible to make starcluster sshmaster <clustername> accept all ssh options by just passing them through to the underlying ssh command? I regularly want to use ssh for tunnels (-L) and starting background jobs (-n, -f), and it would be very nice to have the benefit of starcluster's node name and private key management for those. As it stands, I have to fall back to manually identifying the IP address of the node, and the private key that it trusts, in order to construct an ssh command with those hard-coded; and, of course, such a command cannot be saved across cluster restarts, because the IP addresses change.
The next best thing would be to make a starcluster master-ip command, so I can write ssh user@starcluster master-ip ....
The text was updated successfully, but these errors were encountered:
Would it be possible to make
starcluster sshmaster <clustername>
accept all ssh options by just passing them through to the underlying ssh command? I regularly want to use ssh for tunnels (-L
) and starting background jobs (-n
,-f
), and it would be very nice to have the benefit of starcluster's node name and private key management for those. As it stands, I have to fall back to manually identifying the IP address of the node, and the private key that it trusts, in order to construct an ssh command with those hard-coded; and, of course, such a command cannot be saved across cluster restarts, because the IP addresses change.The next best thing would be to make a
starcluster master-ip
command, so I can writessh user@
starcluster master-ip...
.The text was updated successfully, but these errors were encountered: