ニュース

Is this the correct way to scp a file to multiple hosts? <BR><BR>scp myfile.txt myid@host1:/tmp/mytemp/ myid@host2:/tmp/mytemp/<BR><BR>Password:<BR>myfile.txt 100% ...
Normally you can scp a file as root on a machine if you allow users to ssh as root. I'd prefer to disable ssh directly as root since its yet another attack vector we can shut off.<BR><BR>sudo and su ...
If you need to share or transfer files between Linux machines, you have plenty of options. Here are some you might not have considered.