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
command_mode("ssh")
command_node("server1.example.com")
command_ssh_user("ubuntu")
command_ssh_sudo(True)
# All the future command_run will be executed as ssh command
# unless command_node("local")
command_run("cat /secured/path/file")
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: