Shell script
Budget: $10 – $30 USD
Hey!
i'm writing a shell script. By running script. It opens new terminal , connect with remote server(instance). after connect server, i want to run "ls" command which needs to show on terminal. I will pat you 7$ after work. let me know if you are interested.
gnome-terminal -- bash -c "sshpass -p "password" ssh root@47.253.90.90;ls; echo bash"
here you need to tell me.
gnome-terminal -- bash -c "sshpass -p "password" ssh root@47.253.90.90;ls; echo bash"
this command
1-open new terminal(worked)
2-connect to server(worked)
3-run "ls" command on terminal and command needs to show on terminal(this is what you need to do)
i'm writing a shell script. By running script. It opens new terminal , connect with remote server(instance). after connect server, i want to run "ls" command which needs to show on terminal. I will pat you 7$ after work. let me know if you are interested.
gnome-terminal -- bash -c "sshpass -p "password" ssh root@47.253.90.90;ls; echo bash"
here you need to tell me.
gnome-terminal -- bash -c "sshpass -p "password" ssh root@47.253.90.90;ls; echo bash"
this command
1-open new terminal(worked)
2-connect to server(worked)
3-run "ls" command on terminal and command needs to show on terminal(this is what you need to do)