SSH
Last updated
Last updated
SSH is another "contextual" block - just like setting a directory or environment variable.
Insert an SSH block, and fill in the host. All following Terminal or Script blocks will now execute on the remote machine. If the block is going to execute on a remote machine, it will be outlined in blue.
We do not yet support specifying authentication, and only connect using the local SSH agent. Tailscale SSH works as expected.
If you wish to revert back to local execution, insert a "host" block.
In the future, the host block will support toggling between different connected machines. Right now, it only supports localhost
Our SSH integration will only open a single SSH connection, and multiplex multiple sessions through it. This means that once connected, block execution will feel fast + low latency