Use remote variables in local bash script via SSH
I am trying to process a bash script on a local machine but where some of the variables are needed from a remote machine (on the same LAN) via SSH. Here’s where I’ve go to s far, but it is getting the variabales where I’m stuck. How to I script to login via SSH to retrieve the variables shown below. Many thanks.
running for loop commands in the screen through ssh at the remote server
I’m trying to run the commands with for loop in a screen through ssh.
Hey! Im a rookie and I need help understanding a script
I’m currently using the linuxhandbook course to get me started with bash scripting.