From 907294992c0387bc908046dc0b1eda0c3c592584 Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Wed, 12 Mar 2025 14:53:34 +0000 Subject: [PATCH] #3110: Update example schema in terminal.rst --- .../simulation_components/system/services/terminal.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/simulation_components/system/services/terminal.rst b/docs/source/simulation_components/system/services/terminal.rst index 75f50e98..6919c2e1 100644 --- a/docs/source/simulation_components/system/services/terminal.rst +++ b/docs/source/simulation_components/system/services/terminal.rst @@ -89,7 +89,7 @@ Agents can execute local commands without needing to perform a separate remote l ... action: node-send-local-command options: - node_id: 0 + node_name: node_a username: admin password: admin command: # Example command - Creates a file called 'cat.png' in the downloads folder. @@ -112,7 +112,7 @@ Agents are able to use the terminal to login into remote nodes via ``SSH`` which ... action: node-session-remote-login options: - node_id: 0 + node_name: node_a username: admin password: admin remote_ip: 192.168.0.10 # Example Ip Address. (The remote host's IP that will be used by ssh) @@ -129,7 +129,7 @@ After remotely logging into another host, an agent can use the ``node-send-remot ... action: node-send-remote-command options: - node_id: 0 + node_name: node_a remote_ip: 192.168.0.10 command: - "file_system"