Displaying 20 results from an estimated 50000 matches similar to: "[Bug 409] Installation from cygwin doesn't configure sshd"
2002 Oct 03
0
[Bug 409] New: Installation from cygwin doesn't configure sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=409
Summary: Installation from cygwin doesn't configure sshd
Product: Portable OpenSSH
Version: -current
Platform: ix86
URL: ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/IN
STALL
OS/Version: Cygwin on NT/2k
Status: NEW
Severity:
2009 Jul 07
0
[PATCH] contrib/cygwin/ssh-host-config: Improve support for automated updates
Hi,
The below patch fixes two problems.
The first one is a better support for automated scripts. The old
script had a logic problem when it came to asking the caller for
the user account to use for the sshd service.
The second is a problem in the usage of eval.
Could somebody with checkin rights please apply the patch?
Thanks,
Corinna
Index: contrib/cygwin/ssh-host-config
2001 Jul 11
0
[PATCH]: Cygwin: Changes to cygwin contrib area
Hi,
the following patch changes two files in the contrib/cygwin subdir:
It changes the Cygwin specific README file which adds some hints
related to the new feature to switch user context without password
(which means using public key and/or rhosts authentication). Some
old stuff is erased.
The changes to ssh-host-config are intended to allow an easier
startup for users which are new to Cygwin
2011 Feb 21
1
[PATCH/cygwin]: Revised sshh-host-config script
Hi,
could somebody with checkin rights please apply the below patch?
It would be helpful to have this in 5.9p1.
I revamped the Cygwin-specific service installer script ssh-host-config.
The actual functionality is the same, the revisited version is just more
exact when it comes to check for problems which disallow to run certain
aspects of the script. So, part of this script and the also
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
Hi,
the below patch to contrib/cygwin is a major rework to allow various
changes in the installation process on Cygwin machines. The important
changes are:
- New Makefile, providing a `cygwin-postinstall' target which allows
to create a base installation as in the Cygwin distribution, which
should be run right after a `make install'.
- Additional information given in the README
2004 Jan 03
1
Cygwin service problems
I'm sorry to bug you guys but when I tried to install the sshd service it didn't work. I'm running the newest build of Cygwin with Openssh and cygrunsrv on windows 2000. The configuration file was supposed to register sshd as a service but the service couldn't start! It was supposed to but it DIDN'T!!!!!!!!!!!!!!! I got instructions that were supposed to work from
2013 Jul 02
1
[patch/cygwin]: Fix documentation
Hi,
could somebody with checkin rights please apply the below patch?
It modernizes and improves readability of the Cygwin README file
(which hasn't been updated for ages), drops unsupported OSes from
the ssh-host-config help text, and drops an unneeded option from
ssh-user-config.
Thanks in advance,
Corinna
Index: contrib/cygwin/README
2002 May 07
0
tunnel connection like a service with cygwin orotherproducts?
Stephan Hendl wrote:
>Darren Tucker wrote:
>> The first part should be easy: use cygwin openssh client using some kind
>> of passwordless authentication (eg RSA).
>>
>> To make it run entirely in the background, run it from cygrunsrv (part
>> of Cygwin) or SRVANY (NT resource kit). Neither of these work on W95,
>> only NT or W2K.
>
> How does the
2006 Jan 09
0
[PATCH] Add service dependency to network
Hi,
Cygwin only:
Under some circumstances, the sshd service gets accidentally started
*before* the network service has been started up. The reason that this
can happen is, that the sshd service gets installed without a dependency
to the network service in contrib/cygwin/ssh-host-config so far.
The below patch fixes that by adding a dependency to the "tcpip" Windows
service. This
2003 Feb 12
4
rsync in cygwin as service
Hello!
I want to start rsync on w2k as service.
If I try to start rsync from command line it simply do nothig:
$ rsync --daemon
Administrator@dm-w2ks /usr/bin
$ ps
PID PPID PGID WINPID TTY UID STIME COMMAND
480 1 480 480 con 500 04:15:03 /usr/bin/bash
1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps
Administrator@dm-w2ks
2014 May 15
1
[patch/cygwin] contrib/cygwin/ssh-host-config
Hi,
would you mind to apply the below patch? It fixes Cygwin's
ssh-host-config script in various ways:
- Remove old code to remove the "sshd/22" entry from /etc/services.
This code fixes a problem which only existed in installations which
are more than 10 years old.
- Handle the StrictMode setting interactively.
- Fix regular expressions looking for white spaces.
- Make the
2002 Jul 05
1
[PATCH]: Fix a bug in contrib/cygwin/ssh-host-config
Hi,
the following patch fixes a wrong path in a chown command. The
additional leading slash collides with accessing SMB shares using
double slashes as in "//server/share" on Windows systems.
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision
2004 Jan 23
0
[PATCH] contrib/cygwin/README
Hi,
the latest update to contrib/cygwin/README was missing the documentaion
of the new ssh-host-config options. The below patch fixes that.
Please apply. Thanks,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.13
diff -p -u -r1.13 README
--- contrib/cygwin/README
2008 Oct 02
0
DO NOT REPLY [Bug 2208] cygwin version of rsync sometimes hangs
https://bugzilla.samba.org/show_bug.cgi?id=2208
tony3@garlandconsulting.us changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony3@garlandconsulting.us
------- Comment #12 from tony3@garlandconsulting.us 2008-10-02 12:46 CST -------
The --bwlimit
2004 Jan 03
2
one more thing i forgot...
there is one more thing that you should probably see:
this is the error message that cygrunsrv.exe gave me:
Eric at ballistic ~
$ cygrunsrv --start sshd
cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062:
The service has not been started.
this is the error message that "net" gave to me:
Eric at ballistic ~
$ net start sshd
The CYGWIN sshd service is starting.
2004 Jun 12
0
[Bug 879] running ssh-host-config twice breaks sshd installation on cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=879
Summary: running ssh-host-config twice breaks sshd installation
on cygwin
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: ix86
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2001 Jun 13
0
[PATCH]: Add features to Cygwin's ssh-host-config script
Hi,
I have added two features to the ssh-host-config script which is used
in Cygwin installations to prepare the host based OpenSSH configuration.
Now it cares for a /var/log/lastlog file if it's not already installed
(Thanks to "Karl M" <karlm30 at hotmail.com> for that patch) and it now
asks the user if s/he wants to install sshd as a NT service and, if so,
installs it.
2002 Jul 03
1
[PATCH]: Change Cygwin contrib files to better support PrivSep
Hi,
the following patch patches the files in contrib/cygwin. The changes
are necessary to allow a better support of privilege separation.
On NT machines the script asks now if it should create a user called
"sshd" and all that. Additionally it creates the /etc/ssh_config
and /etc/sshd_config files follows the latest versions.
Would you mind to apply this to the official OpenSSH
2005 Jun 11
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH,
I am working on building an installer for a stand alone OpenSSH
4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems
Cygwin bombed the OpenSSH directory with a ton of erroneous files.
The installer is so far perfect and I am seeking advice. Which of the
following files from the following structure are totally
unnecessary? I wish to know so I can clean up the
2005 Jun 12
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH,
I am working on building an installer for a stand alone OpenSSH
4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems
Cygwin bombed the OpenSSH directory with a ton of erroneous files.
The installer is so far perfect and I am seeking advice. Which of the
following files from the following structure are totally
unnecessary? I wish to know so I can clean up the