Fixed as of version 2.0.4.
Advanced Forum Search
-
Post date: Sunday, October 9, 2005 - 20:22
-
Post date: Saturday, October 8, 2005 - 02:24
Has anyone seen any issues with running a two-way Rsync across timezones? My understanding is that rsync uses UTC, but I'm not sure how this works when cygwin is involved.
-
Post date: Friday, October 7, 2005 - 17:46
Fixed as of version 2.0.4. Secure Channel Wrapper & Wizard is installed by default.
-
Post date: Friday, October 7, 2005 - 15:23
Here are the results of test I ran to transfer a 32MB file. In the tests, the ssh server always ran on the W2K3sp1 machine. The 32MB file consisted of 1024 * 1024 * 32 spaces. As such I would have though compression should have given some phenomenal results. Surprisingly it didn't... except in the case of the copSSH-HPN client against copSSH-HPN server.
- W2K3sp1 w/ dual 1263MHz CPUs and 512MB RAM
- XPsp2 w/ 433MHz CPU and 128MB RAM
Copying the 32 MB file from the command line using copy and UNC paths (i.e. w/o ssh) gave the following results:
-
Post date: Wednesday, October 5, 2005 - 20:06
I know this is a fairly new feature but I looked and looked and cannot find any documentation on how to do it. Can anybody enligthen me?Basically I need to give my users access to other directories in the hard drive.
TIA,
Nelson -
Post date: Wednesday, October 5, 2005 - 00:29
Following up on a previous thread.
Using an XP SP2 client and server over an SSH tunnel with Bitvise SSHD and Tunnelier.Client is using:
rsync -vv -t -r --no-blocking-io --fuzzy --port=9099 --inplace --exclude-from=/cygdrive/c/docume~1/Thanos~1/MyDocu~1/Settings/backup/nobackup.txt /cygdrive/c/docume~1/Thanos~1/ 127.0.0.1::EpicurusBackup
and Server is configured like this:
path = /cygdrive/e/EpicurusBackup
read only = false
transfer logging = yes -
Post date: Tuesday, October 4, 2005 - 14:24
Hi,
I would like to reproduce the relative-path from Source to Destination when syncing some dirs.
This seems possible with -R.
However -R also reproduces the /cygwin/-part that is needed to support local drivers in Windows.
How can I achieve this without creating this \cygwin\ on my Destination?Thanks,
Erwin
-
Post date: Tuesday, October 4, 2005 - 12:27
I have installed cwrsync_Server 2.0.3 on a WNT machine, i started it as daemon from the command line and it goes ok. But when i configure the service for Automatic Startup and reset the machine, during startup the cygrunsrv process and the rsync process take a high CPU ocuppation (50 - 70%) and the system slowdown.
I suspect a possible problem in the start of rsync that is disrupting the cygrunsrv. But i don't know why this problem is not found when i start the service from the command line (net start rsyncserver). -
Post date: Tuesday, October 4, 2005 - 06:06
Hi all,
I've managed to get rsync working great to replicate about 200gb of data across a 2mb/s pipe to our secondary office. Took an age to catch up with the data, but once there works fine.My question is how can i exclude any file that is say bigger than 30mb?
-
Post date: Sunday, October 2, 2005 - 05:51
I have a Windows 2003 server that I am trying to use both as an Rsync server and client. It's basically an intermediary server for nodes on my network to backup to and then acts as a client to push all of the files off to a remote location.
Everything seems to be installed and working fine but when using the client (which was installed before server) to backup local files, the job starts without a problem but within a few minutes the server becomes non-responsive (no ping, etc.). I only have remote desktop access to the server and it doesn't have a monitor on it, but when the problem occurs it completely dies from a connectivity perspective and I have to perform a hard restart to bring it up again.I'm trying to replicate the scenario on a local machine running Windows XP Pro (only difference is that the server was installed first) but cannot seem to duplicate the error. Short of hanging a monitor off of the machine, which is difficult, does anyone have any suggestions?
-
Post date: Saturday, October 1, 2005 - 18:46
I have installed cwRsync and configured it to connect from a WinXP client to a Linux box. It will connect and auth with a pub key, but then it prompts for a password for the user name with which I am logged in on the WinXP box. This is not the user I am using to connect to the Linux box with. Any ideas? config and output below:
@ECHO OFF
REM *****************************************************************
REM
REM CWRSYNC.CMD - Batch file template to start your rsync command (s).
REM
REM By Tevfik K. (http://itefix.no)
REM *****************************************************************REM ** CUSTOMIZE ** Specify where to find rsync and related files (C:\CWRSYNC)
SET CWRSYNCHOME=C:\PROGRAM FILES\CWRSYNCREM Set CYGWIN variable to 'nontsec'. That makes sure that permissions
REM on your windows machine are not updated as a side effect of cygwin
REM operations.
SET CYGWIN=nontsecREM Set HOME variable to your windows home directory. That makes sure
REM that ssh command creates known_hosts in a directory you have access.
SET HOME=%HOMEDRIVE%%HOMEPATH%REM Make cwRsync home as a part of system PATH to find required DLLs
SET CWOLDPATH=%PATH%
SET PATH=%CWRSYNCHOME%\BIN;%PATH%REM Windows paths may contain a colon (:) as a part of drive designation and
REM backslashes (example c:\, g:\). However, in rsync syntax, a colon in a
REM path means searching for a remote host. Solution: use absolute path 'a la unix',
REM replace backslashes (\) with slashes (/) and put -/cygdrive/- in front of the
REM drive letter:
REM
REM Example : C:\WORK\* --> /cygdrive/c/work/*
REM
REM Example 1 - rsync recursively to a unix server with an openssh server :
REM
REM rsync -r /cygdrive/c/work/ remotehost:/home/user/work/
REM
REM Example 2 - Local rsync recursively
REM
REM rsync -r /cygdrive/c/work/ /cygdrive/d/work/doc/
REM
REM Example 3 - rsync to an rsync server recursively :
REM (Double colons?? YES!!)
REM
REM rsync -r /cygdrive/c/doc/ remotehost::module/doc
REM
REM Rsync is a very powerful tool. Please look at documentation for other options.
REMREM ** CUSTOMIZE ** Enter your rsync command(s) here
@ECHO OFF
SET SECHAW_IDENTITY="C:\Documents and Settings\pmona\Application Data\PuTTY\backup"
SET SECHAW_TYPE=ssh
SET SECHAW_LOCALPORT=9119
SET SECHAW_SERVER=172.20.1.1
SET SECHAW_SERVERPORT=873
SET SECHAW_USER=backup
SET SECHAW_CMD="C:\Program Files\cwRsync\bin\rsync.exe" -vauClz -e ssh --rsync-path="/usr/bin/sudo /usr/bin/rsync" --exclude *html/downloads/housebath/ --exclude *cacti*/log/ --exclude *cacti*/rra/ --exclude *html/mp3/ 172.20.1.1:/var/www/ /cygdrive/j/www/
SET SECHAW_TUNNEL=ssh -vv -i "C:\Documents and Settings\pmona\Application Data\PuTTY\backup" -L 9119:127.0.0.1:873 -l backup 172.20.1.1
"C:\Program Files\cwRsync\bin\sechaw.exe" --verboseOutput:
C:\Documents and Settings\pmona\Desktop>rsync_www.bat
Tunnel: ssh
Command to run: "C:\Program Files\cwRsync\bin\rsync.exe" -vauClz -e ssh --rsync-path="/usr/bin/sudo /usr/bin/rsync" --exclude *html/downloads/housebath/ --exclu
de *cacti*/log/ --exclude *cacti*/rra/ --exclude *html/mp3/ 172.20.1.1:/var/www/ /cygdrive/j/www/
Tunnel command: ssh -vv -i "C:\Documents and Settings\pmona\Application Data\PuTTY\backup" -L 9119:127.0.0.1:873 -l backup 172.20.1.1
Establishing secure channel ...
OpenSSH_4.1p1, OpenSSL 0.9.8 05 Jul 2005
debug2: ssh_connect: needpriv 0
debug1: Connecting to 172.20.1.1 port 22.
debug1: Connection established.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug2: key_type_from_name: unknown key type '-----END'
debug1: identity file C:\\Documents and Settings\\pmona\\Application Data\\PuTTY\\backup type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.3
debug1: match: OpenSSH_3.3 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.1
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-c
tr
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-c
tr
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024 -
Post date: Friday, September 30, 2005 - 15:39
I'm doing rudimentary performance testing... and figured I'd try out: Copssh-1.3.5-HPN-test-Installer.zip
So, I uninstalled CopSSH 1.3.5 and installed it. Then activated a local sftp_user account.
Afterwords ssh, scp, etc. don't work.
They exit almost immediately.
Here's what I get when I run with the -vvv switch:
bash-3.00$ ssh -vvv sftp_user@rd_wus
OpenSSH_4.2p1-hpn, OpenSSL 0.9.8 05 Jul 2005
debug1: Reading configuration data /usr/local/etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to rd_wus port 22. -
Post date: Friday, September 30, 2005 - 01:21
Hello,
I have a stand alone Win2k machine CopSSH 1.3.5. Everything works GREAT, except the PKA authentication. I activated the user, copied the key file to my local machine, and tried to connect using PuTTY. When I do I get an error message stating that CopSSH is unable to use the key file. Has anyone else experienced these problems? Here is the log text from PuTTY:=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2005.09.29 16:14:51 =~=~=~=~=~=~=~=~=~=~=~=
Event Log: Writing new session log (SSH packets mode) to file: C:\Documents and Settings\Dan Franks.TICKETMASTER\Desktop\putty.log
Event Log: Looking up host "29.6.1.24"
Event Log: Connecting to 29.6.1.24 port 22
Event Log: Server version: SSH-2.0-OpenSSH_4.2
Event Log: We claim version: SSH-2.0-PuTTY-Release-0.57
Event Log: Using SSH protocol version 2
Outgoing packet type 20 / 0x14 (SSH2_MSG_KEXINIT)
Event Log: Doing Diffie-Hellman group exchange
Outgoing packet type 30 / 0x1e (SSH2_MSG_KEX_DH_GEX_REQUEST)
Incoming packet type 31 / 0x1f (SSH2_MSG_KEX_DH_GEX_GROUP)
Event Log: Doing Diffie-Hellman key exchange
Outgoing packet type 32 / 0x20 (SSH2_MSG_KEX_DH_GEX_INIT)
Incoming packet type 33 / 0x21 (SSH2_MSG_KEX_DH_GEX_REPLY)
Event Log: Host key fingerprint is:
Event Log: ssh-rsa 2048 af:84:91:81:85:2a:02:a2:b9:f3:40:1b:62:25:5e:b8
Outgoing packet type 21 / 0x15 (SSH2_MSG_NEWKEYS)
Incoming packet type 21 / 0x15 (SSH2_MSG_NEWKEYS)
Event Log: Initialised AES-256 client->server encryption
Event Log: Initialised AES-256 server->client encryption
Event Log: Initialised HMAC-SHA1 client->server MAC algorithm
Event Log: Initialised HMAC-SHA1 server->client MAC algorithm
Outgoing packet type 5 / 0x05 (SSH2_MSG_SERVICE_REQUEST)
Incoming packet type 6 / 0x06 (SSH2_MSG_SERVICE_ACCEPT)
Outgoing packet type 50 / 0x32 (SSH2_MSG_USERAUTH_REQUEST)
Event Log: Reading private key file "C:\Documents and Settings\Dan Franks.TICKETMASTER\Desktop\TestSSH.ppk"
Event Log: Unable to use this key file (OpenSSH SSH2 private key)
Incoming packet type 51 / 0x33 (SSH2_MSG_USERAUTH_FAILURE)
Outgoing packet type 50 / 0x32 (SSH2_MSG_USERAUTH_REQUEST)
Incoming packet type 51 / 0x33 (SSH2_MSG_USERAUTH_FAILURE)
Event Log: Keyboard-interactive authentication refused
Outgoing packet type 50 / 0x32 (SSH2_MSG_USERAUTH_REQUEST)
Outgoing packet type 2 / 0x02 (SSH2_MSG_IGNORE)
Event Log: Sent password
Incoming packet type 51 / 0x33 (SSH2_MSG_USERAUTH_FAILURE)
Incoming packet type 1 / 0x01 (SSH2_MSG_DISCONNECT)
Event Log: Received disconnect message (SSH_DISCONNECT_PROTOCOL_ERROR)
Event Log: Disconnection message text: Too many authentication failures for testssh
Event Log: Server sent disconnect message
type 2 (SSH_DISCONNECT_PROTOCOL_ERROR):
"Too many authentication failures for testssh"I removed the multiple login attempts for brevity's sake. Thanks in advance.
-Dan
-
Post date: Friday, September 30, 2005 - 00:21
I have installed copSSH on a Win2003 server but I can't activate users. It tells me there is no Administrator, even though that user shows up in the user listing.
I get the following:?###############################
Activate a user for copssh
###############################
Do you want to activate a (l)ocal or a (d)omain user ?l
User accounts for \\
-------------------------------------------------------------------------------
adeligti Administrator ASPNET
Guest IUSR_R-M1BSAX IWAM_R-M1BSAX
rack SQLDebugger sqlservice
sshd SUPPORT_388945a0 SvcCOPSSHEnter a user account for activation : Administrator
User account Administrator does not seem to exist on this machine.
You have to create it first. Exit!
Press a key to continue ...Would be grateful for any help, thanks. I previously installed it on a different Win2003 server and it worked just fine.
-
Post date: Wednesday, September 28, 2005 - 20:12
Examples for redirecting the stdout of a remotely executed process and input to a locally executed one from the command line.
if the copSSH user's /etc/passed specifies:bash:
ssh name@host cat filename | morecmd:
ssh name@host cmd /c type c:\\filename | more*note the need to escape backslashes with cmd.exe
Hope this is useful to someone...
-
Post date: Wednesday, September 28, 2005 - 09:57
Hi!
What can I do to protect my ssh server aginst brute force attacks? Last night there was approximatly 5 login attempts per second using some kind of dictionary. Is there any way to extend the time the user has to wait between failed login attempts?/Erik
-
Post date: Tuesday, September 27, 2005 - 15:38
When installing on a W2K box I see the following error(s) in the details log:
Granting SeDenyRemoteInteractiveLogonRight to SvcwRsync ... failed
AddUserRightToAccount:***Error*** AddUserRightToAccount -1073741728
Any attempt to establish a tunnel results in a connection refused message.
I also tried to install copssh and I'm seeing the same error.
Any ideas?
-
Post date: Tuesday, September 27, 2005 - 08:13
Hi there, I got a problem with the SSH.
Our environments:SSH client is on HP-UX
SSH Server is the COPSSH on Win2k cluster.We connect to Win2K cluster by using the cluster resource name, not physical name.
If the Win2K cluster resource faild over, we keep getting errors saying hostkey changed. I think this is because the physical nodes have different COPSSH build and hostkey finger prints are different.
Is there anyone know how to fix this ?
Thanks vey much.
YF
-
Post date: Saturday, September 24, 2005 - 23:57
Hello,
Anyone aware if there is an issue with copssh 1.3.5? It works fine until you reboot. Copssh will not work after you reboot unless you start/restart copssh service.Thanks
-
Post date: Thursday, September 22, 2005 - 17:45
Is it possible to run the OpenSSH service under a domain account? I have given it a try but it hangs during startup.
-
Post date: Thursday, September 22, 2005 - 04:23
Hello,
I installed copSSH without any problem. When I tried to connect using putty, I did not get a login and password prompt. I get an error msg. saying server unexpectedly closed network connection. Could someone please help me.Thank You
-
Post date: Tuesday, September 20, 2005 - 20:07
i just installed version 1.3.5 and noticed that i cant run commands like 'net start' though copssh, even though it works fine on the windows command line:
-bash-3.00$ net stop evtsys
System error 5 has occurred.Access is denied.
-
Post date: Tuesday, September 20, 2005 - 16:48
hi all
i could get to work on the both sides rsync between my win2K box and my sarge boxthe command from my sarge box is
sudo -S /usr/bin/rsync -aurv 192.168.0.50::master_profile /home/master/
the module is well registered on the win box and i have featured host allow to 192.168.0.77 (sarge box)
the stuff is about a possible vulnerability :
fxscanner could get the modules name from the win box
so if i switch off the sarge box and put a laptop giving the sarge's ip 192.168.0.77
so i can synchronize the win box to my laptop -
Post date: Tuesday, September 20, 2005 - 12:52
Hiya,
I'm new to this software, so if this is answered somewhere in the docs, please just point me to the relevant one.Anyway, is there a way to restrict users to certain folders on the windows machine? It seems at the moment, that they have complete access to the whole machine...have I missed a setup option?
-
Post date: Tuesday, September 20, 2005 - 02:18
Does anyone know of a way that rsync can be configured so that --delete can be used, but does not delete data on the server that has been created since the last synchronize?
Thanks,
Jeff
Pages
Release news
-
2023-03-21
-
2023-03-20
-
2023-03-20
-
2023-03-10
-
2023-03-09
-
2023-03-04
-
2023-03-02
-
2023-02-28
-
2023-03-07