Displaying 20 results from an estimated 800 matches similar to: "Problem with ssh-copy-id when home folder contains spaces"
2013 May 15
14
[Bug 2105] New: ssh-copy-id leads to rm -f * (local vs. dash)
https://bugzilla.mindrot.org/show_bug.cgi?id=2105
Bug ID: 2105
Summary: ssh-copy-id leads to rm -f * (local vs. dash)
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
URL: http://bugs.debian.org/708419
OS: Linux
Status: NEW
Severity: major
2016 May 30
1
[Bug 2575] New: ssh-copy-id fails when it can not find any key file in ~/.ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=2575
Bug ID: 2575
Summary: ssh-copy-id fails when it can not find any key file in
~/.ssh
Product: Portable OpenSSH
Version: 7.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh-copy-id
2016 Mar 13
2
Fwd: How to avoid friends of friends joining the vpn ?
Tinc 1.0
3 control masters
Many service hosts
Laptop (road warrior)
The control masters have the public keys for the service hosts and the
laptop so that they can join the network.
How can I prevent the laptop user to connect additional boxes to the
network?
In my view he can simply add new 'foreign' hosts and specify connectTo to
point to the laptop.
As keys are exchanged automatically
2019 Jan 27
2
[PATCH] Cygwin: Change service name to cygsshd
On Jan 26 22:00, Nico Kadel-Garcia wrote:
> On Sat, Jan 26, 2019 at 6:30 PM Corinna Vinschen <vinschen at redhat.com> wrote:
> >
> > On Jan 26 18:12, Nico Kadel-Garcia wrote:
> > > On Sat, Jan 26, 2019 at 5:07 PM Corinna Vinschen <vinschen at redhat.com> wrote:
> > > >
> > > > Microsoft hijacked the sshd service name without asking.
>
2019 Jan 26
2
[PATCH] Cygwin: Change service name to cygsshd
On Jan 26 18:12, Nico Kadel-Garcia wrote:
> On Sat, Jan 26, 2019 at 5:07 PM Corinna Vinschen <vinschen at redhat.com> wrote:
> >
> > Microsoft hijacked the sshd service name without asking.
>
> How many people use the SSH daemon from Cygwin, versus using only the
> client? I did some work with the daemon with rsync and tar, trying to
> link it to Linux backup
2019 Mar 13
2
[PATCH 2/2] Cygwin: implement case-insensitive Unicode user and group name matching
On Mar 13 10:53, Darren Tucker wrote:
> On Wed, 13 Mar 2019 at 00:59, Corinna Vinschen <vinschen at redhat.com> wrote:
> [...]
> > Great idea. I just built and tested it. Please go ahead.
>
> Applied, thanks.
>
> > What about my other patch to contrib/cygwin/ssh-host-config?
>
> The last message I have said "The commit message isn't quite right,
2016 Jul 22
2
Call for testing: OpenSSH 7.3
On Fri, Jul 22, 2016 at 10:18 PM, Corinna Vinschen <vinschen at redhat.com> wrote:
[...]
> Hmm. If that only affects Cygwin, and if defines.h is not synced anyway,
> what about getting rid of the configure stuff entirely?
>
> Tested counterproposal:
Looks reasonable. It's late here so I'm going to look at it tomorrow.
> As for the comment preceeding the definition,
2018 Aug 13
2
Call for testing: OpenSSH 7.8
On Aug 13 13:19, Corinna Vinschen wrote:
> On Aug 10 11:16, Damien Miller wrote:
> > Hi,
> >
> > OpenSSH 7.8p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a bugfix release.
>
> Problems building on Cygwin, partially a result of a new GCC version.
> I'm still collecting and fixing. I
2001 Sep 04
3
2.9p2 behaves different from 2.5.2p2 on tunneling issue
Hi,
I have a problem with a Linux box which I updated from 2.5.2p2
to 2.9p2 recently. It's running a tunnel started via inittab
using a script which starts
ssh -2 -N -o 'ConnectionAttempts 3600' -L <tunnel> $host
This has run reliable with 2.5.2 over the last months. Now, after
I have upgraded to 2.9p2, the tunnel is closed right after each
attempt of an application to use
2002 Jun 14
1
[PATCH]: auth-passwd.c: Eliminate a Cygwin special case
Hi,
as it turned out on the Cygwin mailing list, the special handling
of empty password in auth-passwd.c when running under Windows NT
results in problems.
Cause: The authentication methode "none" calls auth_password()
with an empty password. A piece of HAVE_CYGWIN code allows empty
passwords even if PermitEmptyPasswords is set to "no". This in
turn results in calling
2013 Aug 05
4
[patch/Cygwin]: Simplify host key generation in ssh-host-config script
Hi,
as the subject says, the below patch just simplifies the host
key generation in the Cygwin-specific ssh-host-config script.
Rather than testing and generating each key, call ssh-keygen -A.
Could somebody with checkin rights please apply?
Thanks,
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file:
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
@@
2019 Mar 12
2
[PATCH 2/2] Cygwin: implement case-insensitive Unicode user and group name matching
On Mar 12 11:32, Darren Tucker wrote:
> On Fri, Feb 22, 2019 at 10:29:46AM +0100, Corinna Vinschen wrote:
> > On Feb 22 16:02, Darren Tucker wrote:
> [...]
> > > How's this? If we push the match_usergroup_pattern_list() function up
> > > to OpenBSD it should mean most future diffs will apply cleanly.
> >
> > I like this a lot.
> >
> >
2016 Mar 19
3
ssh-copy-id no newline bug
When editing ~/.ssh/authorized_keys manually, sometimes users forget
to add a newline at the end of the file, causing the next ssh-copy-id
call to append a new key to an existing key, invalidating both keys.
This can be fixed by simply adding a newline before appending the key.
Something like this change to
openssh-source/openssh-6.7p1/contrib/ssh-copy-id might work:
# Assuming that the remote
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
Hi,
the following patch checks if OpenSSH is running under a Cygwin
version >= 1.3.2 which allows switching user context without password.
Otherwise sshd allows changing the user context only if password
authentication is used as it was before.
Corinna
Index: openbsd-compat/bsd-cygwin_util.c
===================================================================
RCS file:
2017 Mar 27
2
Is support being removed for ordinary users to run sshd?
Hello Darren,
Could you comment on this issue being raised by myself and
Corinna Vinschen?
This will create big problems for me.
I'm not clear if this is a conscious decision supported by solid
reasons or if it is just collateral damage.
Thank you for all you work!
Jack DoDDs
-------- Original Message --------
Date: Mon, 27 Mar 2017 16:31:03 +0200
Subject: Re: Announce: OpenSSH 7.5
2006 Feb 08
7
4.3p2: call for testing
Hi all.
As most folks on this list will know, OpenSSH 4.3p1 had some problems
with login recording under some configurations. This has been resolved
in the current tree and we are looking at rolling a 4.3p2 release
to address them. For the most part the changes are fixes only; the
ChangeLog since 4.3p1 is below in its entirety.
There's one other change that is currently still not decided,
2002 Jul 04
1
[PATCH]: Remove HAVE_CYGWIN in favor of NO_IPPORT_RESERVED_CONCEPT
Hi,
I've sent that patch once already but it seems more or less forgotten
in the tumultuous days of the latest vulnerability.
It adds a new define NO_IPPORT_RESERVED_CONCEPT which can be defined
on platforms not supporting the concept of "privileged" ports only
accessible by privileged users but which allow everyone to use these
ports.
This patch removes some Cygwin dependencies
2018 Mar 23
2
Call for testing: OpenSSH 7.7
On 24 March 2018 at 03:03, Corinna Vinschen <vinschen at redhat.com> wrote:
[...]
> session opened for local user corinna from [UNKNOWN]
> received client version 3
> debug2: Permitting whitelisted realpath request
> debug3: request 1: realpath
> realpath "."
> debug1: request 1: sent names count 1
> Refusing non-whitelisted statvfs request
>
2001 May 03
1
[PATCH]: Addition to Cygwin README
Hi,
just a short addition to the Cygwin README. It would be nice to
include that into the repository.
Thanks,
Corinna
Index: README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.4
diff -u -p -r1.4 README
--- README 2001/03/14 21:30:18 1.4
+++ README 2001/05/03 12:13:45
@@ -57,6 +57,13 @@