Jump to content

grkngls

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    grkngls reacted to deanishe in Workflow to set command in terminal on remote computer   
    It won't work that way because we're talking about a script here, not an interactive shell session. When you run your first command (ssh pi@...) in an interactive shell, it opens an SSH session on the remote machine, and you are actually entering your second command in the SSH session.

    You can tell SSH to run commands on remote machines, though, and yours would be something like: ssh pi@192.168.178.3 pihole disable
     
×
×
  • Create New...