Secure rsync transfer from Linux to cwRsync-/Copssh server
Demonstrates public key based secure rsync transfer from Linux to cwRsync-/Copssh server.
Copy of cwrsync.sh used in the video:
#!/bin/bash localport=9119 remoteport=873 remotehost=192.168.100.21 rsyncmodule=test remoteuser=lab1user sourcedir=/bin/ echo Establishing secure channel ... ssh -L $localport:127.0.0.1:$remoteport $remoteuser@$remotehost -T -N -f rsync -vrt $sourcedir rsync://localhost:$localport/$rsyncmodule echo Terminating secure channel ... ps ax | grep "ssh -L $localport" | awk '{print $1}' | xargs -i kill {} 2&>/dev/null
Release announcements
- 2024-09-23 Copssh server 8.7.0
- 2024-09-23 Copssh server 7.19.0
- 2024-09-21 Rsync Client Helper GUI 1.0.3.12
- 2024-09-21 Nagwin 5.5.1
- 2024-09-21 cwRsync server 6.8.2