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-09-21 Copssh client 7.11.1
- 2023-09-17 Wrbldnsd 5.0.0
- 2023-09-17 OpenSSL tool 1.7.1
- 2023-09-17 Logwot8 3.1.1
- 2023-09-17 CowAxess 2.0.0
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 ./