Displaying 20 results from an estimated 5000 matches similar to: "[PATCH] Small tweak to contrib/cygwin/ssh-user-config"
2001 Jan 18
1
New configuration scripts for Cygwin
Hi,
I have attached two new shell scripts `ssh-host-config' and
`ssh-user-config' which will replace the script `ssh-config'
in the next Cygwin OpenSSH release.
Could somebody with write access please remove
contrib/cygwin/ssh-config
from the OpenSSH repository and add these two attached files
instead?
The third attached file is the diff for contrib/cygwin/README.
Thanks in
2005 Oct 25
0
[PATCH] Fix duplicated text in contrib/cygwin/ssh-user-config
Hi,
The contrib/cygwin/ssh-user-config script accidentally prints
Shall I create an SSH2 RSA identity file for you? (yes/no) (yes/no) _
where one "(yes/no)" would have been sufficient. The below patch
fixes that. Please apply.
Thanks,
Corinna
Index: contrib/cygwin/ssh-user-config
===================================================================
RCS file:
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
2009 Jul 29
1
[PATCH] contrib/cygwin/ssh-user-config
Hi,
the Cygwin ssh-user-config script calls the wrong error function.
Please apply the below patch.
Thanks,
Corinna
Index: contrib/cygwin/ssh-user-config
===================================================================
RCS file: /cvs/openssh/contrib/cygwin/ssh-user-config,v
retrieving revision 1.6
diff -u -p -r1.6 ssh-user-config
--- contrib/cygwin/ssh-user-config 12 Jul 2009 11:58:42
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
2001 Mar 14
1
[PATCH]: contrib/cygwin/README
Hi,
I have a small patch here which changes the Cygwin README file so
that the following fact is mentioned.
OpenSSH never uses $HOME to search for user config files but the
value in the pw_dir field in /etc/passwd.
This might be of minor interest for generic U*X folks but that's
an important fact for Cygwin users. When /etc/passwd is automatically
created under WinNT/2K it uses the values
2001 Mar 07
4
[PATCH]: contrib/cygwin/ssh-host-config
Hi,
below is a patch to contrib/cygwin/ssh-host-config and the corresponding
README in the same dir. It adds a `--port' option to the config script
to allow setting another port than 22 for sshd.
Additionally the script used to add `sshd 22/tcp' to the services file
while the IANA proposes `ssh 22/tcp' and `ssh 22/udp' as services entries.
The new version removes old `sshd'
2003 Sep 16
0
[PATCH] contrib/cygwin: ssh-host-config and README file update
Hi,
could anybody with check in privileges apply the following patch to the
contrib cygwin directory? It only updates ssh-host-config to create the
*_config files matching the latest versions in the top level dir and it
updates a version number in README.
Thanks in advance,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file:
2001 Nov 11
1
[PATCH]: Change contrib/cygwin/ssh-host-config
Hi,
the following patch to contrib/cygwin/ssh-host-config creates
/etc/ssh_config and /etc/sshd_config according to the current
default config files. Could somebody please check it in?
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision 1.3
diff -u -p
2001 Aug 30
2
[PATCH]: Drop Cygwin workaround
Hi,
the Cygwin specific workaround to sleep a second in daemon() isn't
needed anymore. We can eliminate it from the OpenSSH sources.
Index: daemon.c
===================================================================
RCS file: /cvs/openssh_cvs/openbsd-compat/daemon.c,v
retrieving revision 1.1
diff -u -p -r1.1 daemon.c
--- daemon.c 2001/01/31 21:52:03 1.1
+++ daemon.c 2001/08/30 08:41:39
@@
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
2001 Nov 20
1
[PATCH]: Allow SSHD to install as service under WIndows 9x/Me
Hi,
the following patch is a (hopefully least intrusive) extension
when sshd is started so that it daemonizes itself. In that case
Windows 9x/Me has a slight problem with sshd as soon as the current
user logs off. The sshd daemon will be killed as well. Since
installing services is very different between NT and 9x, the way
used for NT boxes isn't working well for 9x. For that reason
2003 Jun 20
0
[PATCH] Regression test portabilization.
Hi All.
Attached is a patch (against OpenSSH Portable -current) to portablize the
regression tests. It will also apply to OpenBSD's (with a couple of
rejects). They are based on work by Roumen Petrov and myself, with
contributions from Corinna Vinschen and David M Williams.
My goal is to have the tests work out of the box on as many of our
supported platforms as possible so running the
2002 Jul 10
1
[PATCH] Care for permissions of /var/empty in contrib/cygwin/ssh-host-config
Hi,
the following patch explicitely sets the permissions on /var/empty
to 755 when running the ssh-host-config script on Cygwin. I never
thought it would be necessary but apparently there are actually
users working with a umask of 0. Sigh.
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file:
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
2002 Jul 07
1
[PATCH]: Some fixes in contrib/cygwin/ssh-host-config
Hi,
the attached patch changes the ssh-host-config script in the following
way:
- Actually exit if ssh processes are still running. The "exit 1"
is commented out for testing purposes and I accidentally left it
this way when sending the patch to this list :-(
- Create the Windows NT account "sshd" so that it's deactivated.
So even if the administrator(s) for some
2001 Dec 18
1
[PATCH]: Fix typo in contrib/cygwin/README
Hi,
the following patch fixes just a typo in the Cygwin's README file.
Thanks,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.7
diff -u -p -r1.7 README
--- contrib/cygwin/README 27 Nov 2001 01:19:44 -0000 1.7
+++ contrib/cygwin/README 18 Dec 2001 19:07:14 -0000
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
2004 Sep 12
0
[PATCH] contrib/cygwin/ssh-host-config
Hi,
the below patch solves a problem with recent changes in the Cygwin
default installation process. Could somebody please apply it?
Thanks in advance,
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision 1.14
diff -p -u -r1.14 ssh-host-config
---
2005 Mar 13
0
[PATCH] contrib/cygwin/ssh-host-config: Reliability fix
Hi,
the below patch makes the query for the localized name of the local
administrators group more reliable. Can somebody check it in, please?
Thanks,
Corinna
Index: ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision 1.15
diff -p -u -r1.15 ssh-host-config
--- ssh-host-config 21 Sep