I\'m trying to write a Bash script that will SSH into a machine and create a directory. The long-term goal is a bit more complicated, but for now I\'m starting simple. Howev
The variables are being evaluated in the script on the local machine. You need to subsitute the dollar signs with escaped dollar signs.
#!/bin/bash ssh -T tunneluser@111.222.333.444 <