ssh root@ipaddress command ---------> will display the command to you of the remote pC
secured copy
scp local_file root@192.168.0.244:/tmp/remote_file ----> copies the file ( local_file) to remote location
scp root@192.168.0.244:/tmp/remote_file loca_files ---> copies remote files to local machine
scp root@192.168.0.234:file1 name root@192.168.0.244: ----- will copy file1 frm the home dir of 192.168.0.234 to the home dir of 192.168.0.244
--
No comments:
Post a Comment