Is there any way I can disable the chroot portion of CopSSH? I have a backup system that uses SSH, SCP and TAR to perform backups of remote servers and am wanting to integrate my Windows 2003 servers into this. So far the only problem I have is getting the chroot turned off.
Release news
- 2023-05-30 Nagwin 5.2.0
- 2023-05-23 Copssh server 7.13.2
- 2023-05-23 Copssh server 8.1.2
- 2023-03-29 Rsync Client Helper GUI 1.0.3.7
- 2023-03-29 Nagwin 5.1.2
copSSH is not a chrooted environment. You have access to your C drive by using /cygdrive/c, for example.
Thanks. That was what I needed.
Now I can issue the following commands from my Linux server. This allows me to use my existing backup system with CopSSH on the Windows 2003 servers.
ssh root@192.168.2.x 'tar -zcvf test.tar.gz cygdrive/c/backup'
scp -v root@192.168.2.x:/test.tar.gz ./