Re: Problem with OpenSSH

2021-11-07 Thread Brian Inglis
On 2021-11-07 16:58, Nick Popoff wrote: Now I Am having severe problem with 'ssh'. A simple login command like: Ssh n...@com Results in the following response: C:/cygwin64/home/Nick> ssh host.com Unable to negotiate with port 22: no matching key exchange method found.

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
Larry Hall (Cygwin) wrote: > On 05/19/2009, Patrick Aikens wrote: >> I can log in using a password for any user who is a member of the >> Administrators group. Many of the guides I've seen on installing >> OpenSSH on windows (especially 2003 server) have you add new users to >> the Admin group, so

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Larry Hall (Cygwin)
On 05/19/2009, Patrick Aikens wrote: I can log in using a password for any user who is a member of the Administrators group. Many of the guides I've seen on installing OpenSSH on windows (especially 2003 server) have you add new users to the Admin group, so this seems to be a common necessity. I

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
I can log in using a password for any user who is a member of the Administrators group. Many of the guides I've seen on installing OpenSSH on windows (especially 2003 server) have you add new users to the Admin group, so this seems to be a common necessity. If this is a known restriction? If so,

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
Thorsten Kampe wrote: > * Patrick Aikens (Tue, 19 May 2009 07:08:00 -0400) >> Patrick Aikens wrote: >>> Patrick Aikens wrote: I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a cygwin terminal and executed the mkpasswd -l > /etc/passwd and mkgroup -l > /etc/group

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Thorsten Kampe
* Patrick Aikens (Tue, 19 May 2009 07:08:00 -0400) > Patrick Aikens wrote: > > Patrick Aikens wrote: > >> I've installed cygwin 1.5 on my WHS box as Administrator. I've > >> opened a cygwin terminal and executed the mkpasswd -l > /etc/passwd > >> and mkgroup -l > /etc/group commands, executed ssh-h

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
Patrick Aikens wrote: > Patrick Aikens wrote: >> I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a >> cygwin terminal and executed the mkpasswd -l > /etc/passwd and mkgroup >> -l > /etc/group commands, executed ssh-host-setup and used privilege >> separation, and everything s

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-17 Thread Patrick Aikens
Patrick Aikens wrote: > I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a > cygwin terminal and executed the mkpasswd -l > /etc/passwd and mkgroup > -l > /etc/group commands, executed ssh-host-setup and used privilege > separation, and everything seems to have executed OK. I

[1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-14 Thread Patrick Aikens
I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a cygwin terminal and executed the mkpasswd -l > /etc/passwd and mkgroup -l > /etc/group commands, executed ssh-host-setup and used privilege separation, and everything seems to have executed OK. I can ssh to that machine as Ad

Problem with openssh and domain user rights

2008-07-24 Thread Jevos, Peter
Hi all I have a problem with opsnssh login. I've red documntation and mailing list but I didn't find an answer. So I installed openssh according to http://pigtail.net/LRP/printsrv/cygwin-sshd.html manual Also I run: mkpasswd -cl > /etc/passwd mkgroup -ld > /etc/group When I run ssh localhost I c

Re: Problem with openssh 4.6

2007-04-13 Thread Corinna Vinschen
On Apr 12 18:24, [EMAIL PROTECTED] wrote: > V4.6 ssh-keygen produces no output for, at least, '-l -f some_key' or > when given an invalid option. Reverting to v4.5 restores normal > operation. http://cygwin.com/acronyms/#WJFFM Corinna -- Corinna Vinschen Please, send mails re

Problem with openssh 4.6

2007-04-12 Thread bill . welch
V4.6 ssh-keygen produces no output for, at least, '-l -f some_key' or when given an invalid option. Reverting to v4.5 restores normal operation. Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not th

RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-04 Thread Andrew J Halls
Hi All Using cygwin1-20040225.dll has not changed either of the two problems. Running ssh-agent as a service does not make it log all the time to the NT event logging. Service install line is: Cygrunsrv -I ssh-agent-Andrew -p /usr/bin/ssh-agent -e HOME=/home/Andrew -t manua

RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-04 Thread Andrew J Halls
Have to tried it yet Brain but will do. Will keep informed. Tks Andy H -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 6:52 AM To: Karl M Cc: [EMAIL PROTECTED] Subject: RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent On Wed, 3 Mar 2004

RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-03 Thread Brian Ford
On Wed, 3 Mar 2004 Andrew J Halls wrote: > Second is that I first noticed this problem after upgrading >Cygwin-1.5 dll at around 1.5.3 or 1.5.4 back in September last year. > >As I only run one ssh-agent for all by rxvt/bash sessions that I run I use >to run a script, out of /etc/profile.d,

RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-03 Thread Karl M
cript that installs the service with cygrunsrv in case you want to try that. The rm -rf in the launch script keeps the ssh- folders from accumulating. HTH, ...Karl From: "Andrew J Halls" To: "'Karl M'" Subject: RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent Date:

[OT] Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Karl M wrote: > If you are running McAfee, try turning it off as an experiment. I had ssh > socket problems with McAfee in the past. > HTH, > ...Karl > [snip] > _ > Get a FREE online computer virus scan from McAfee

Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-02 Thread Karl M
Hi... If you are running McAfee, try turning it off as an experiment. I had ssh socket problems with McAfee in the past. HTH, ...Karl From: Corinna Vinschen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: A problem with OpenSSH 3.8.p1-1 - ssh-agen

Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-02 Thread Corinna Vinschen
On Feb 29 11:19, Andrew J Halls wrote: > Hi > I am having a problem with the ssh-agent and excess logging to the > NT system event logger. After start the ssh-agent over 14,000 log messages > are entered into the Application log in less than 60 seconds. Each message > content seem to be the s

Problem with OpenSSH build 3.6.1p1-2 on Win2k- Cygwin ver 1.3.22-1 2nd Post

2003-08-22 Thread Follano, Gerard (OFT)
[Follano, Gerard ] Anybody? > > Hi All, > I was previously running version 3.5p1-2 with cygwin 1.3.18-1 with no issues. > Upgrading to the level mentioned above broke several CMD scripts that run "mixed" > mode, > by this I mean they run a combination of WINNT and CYGWIN binaries(exam

FW: Problem with OpenSSH build 3.6.1p1-2 on Win2k- Cygwin ver 1.3.22-1

2003-08-14 Thread Follano, Gerard (OFT)
> Hi All, > I was previously running version 3.5p1-2 with cygwin 1.3.18-1 with no issues. > Upgrading to the level mentioned above broke several CMD scripts that run "mixed" > mode, by this I mean they run a combination of WINNT and CYGWIN binaries(example > below). I call the script via plink l

Re: Problem with OpenSSH (daemon), mapped drives, and pubkey auth

2003-02-03 Thread Elfyn McBratney
> Its a know problem, when you log in via pub key the tokens needed for > network authentication are not created (a simplification but I cant remember > all the details) the same goes for any passwordless login (rsh etc with > .rhost files etc). Since your automating I'd assume you have blank pass

Re: Problem with OpenSSH (daemon), mapped drives, and pubkey auth

2003-02-03 Thread Max Bowsher
Seth Fitzsimmons wrote: > Hi. > > When I log in to a Win2k server using public key auth, I can't access > mapped network drives (e.g. /cygdrive/o: permission denied). However, > when I log in using password auth, I can. I'm trying to automate a > process that copies from a network drive, so pubke

RE: Problem with OpenSSH (daemon), mapped drives, and pubkey auth

2003-02-03 Thread Vince Hoffman
TECTED] > Subject: Problem with OpenSSH (daemon), mapped drives, and pubkey auth > > > Hi. > > When I log in to a Win2k server using public key auth, I can't access > mapped network drives (e.g. /cygdrive/o: permission denied). > However, > when I log in usin

Problem with OpenSSH (daemon), mapped drives, and pubkey auth

2003-02-03 Thread Seth Fitzsimmons
Hi. When I log in to a Win2k server using public key auth, I can't access mapped network drives (e.g. /cygdrive/o: permission denied). However, when I log in using password auth, I can. I'm trying to automate a process that copies from a network drive, so pubkey auth is necessary. Is this a