I'm trying to write a bash script to automatically do stuff in clients machines in the network. But after the code
ssh -i ~/.ssh/key root@machine
The bash program just stops What can I do to send the command to the remote machine? Thanks
I'm trying to write a bash script to automatically do stuff in clients machines in the network. But after the code
ssh -i ~/.ssh/key root@machine
The bash program just stops What can I do to send the command to the remote machine? Thanks