User Tools

Site Tools


public:linuxpermition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
public:linuxpermition [2026/04/29 12:41] lukaspublic:linuxpermition [2026/08/10 07:36] (current) lukas
Line 24: Line 24:
 scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2 scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
 </code> </code>
 +
 +Rsync to NTFS filesystem (rsync have to be installed on boths machines)
 +<code>
 +rsync -rtv --modify-window=1 [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
 +</code>
 +
 Password less SSH Password less SSH
 http://www.linuxproblem.org/art_9.html http://www.linuxproblem.org/art_9.html
 +<code>
 +cat .ssh/id_ed25519.pub | ssh b@B 'cat >> .ssh/authorized_keys'
 +</code>
  
 [[https://www.stationx.net/how-to-use-nmap-to-scan-a-network/|Scan network]]: [[https://www.stationx.net/how-to-use-nmap-to-scan-a-network/|Scan network]]:
public/linuxpermition.txt · Last modified: by lukas