public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Ssh
@ 2021-01-17 16:26 Jim McNamara
  2021-01-17 17:03 ` Ssh Marco Atzeri
  0 siblings, 1 reply; 32+ messages in thread
From: Jim McNamara @ 2021-01-17 16:26 UTC (permalink / raw)
  To: Cygwin

Hi-

If I am trying to ssh by local port forwarding from machine A to remote
host B, do I need cygserv or sshd running on A?

B is the sshd server I want to connect to. A is the ssh client.

If I test either vnc or ssh on linux virtual machine guest it connects no
problem.  For some reason NAT is not working from A even though I port
forward on my NAT adapter on virtual box.

Thanks,
Robo-loki

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: Ssh
  2021-01-17 16:26 Ssh Jim McNamara
@ 2021-01-17 17:03 ` Marco Atzeri
       [not found]   ` <CAEMWCRts5+OTXxgztq8s3yWZre-4ZfiixARYNGmE8a0nrD+y0A@mail.gmail.com>
  0 siblings, 1 reply; 32+ messages in thread
From: Marco Atzeri @ 2021-01-17 17:03 UTC (permalink / raw)
  To: cygwin

On 17.01.2021 17:26, Jim McNamara via Cygwin wrote:
> Hi-
> 
> If I am trying to ssh by local port forwarding from machine A to remote
> host B, do I need cygserv or sshd running on A?

No. You need sshd (ssh demon) on B

> 
> B is the sshd server I want to connect to. A is the ssh client.
> 
> If I test either vnc or ssh on linux virtual machine guest it connects no
> problem.  For some reason NAT is not working from A even though I port
> forward on my NAT adapter on virtual box.
> 
> Thanks,
> Robo-loki

use ssh in verbose mode to see more details

  -v      Verbose mode.  Causes ssh to print debugging messages about its
              progress.  This is helpful in debugging connection,
    	     authentica‐tion, and configuration problems.
              Multiple -v options increase the verbosity.
              The maximum is 3.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: Ssh
       [not found]   ` <CAEMWCRts5+OTXxgztq8s3yWZre-4ZfiixARYNGmE8a0nrD+y0A@mail.gmail.com>
@ 2021-01-17 18:11     ` Marco Atzeri
  0 siblings, 0 replies; 32+ messages in thread
From: Marco Atzeri @ 2021-01-17 18:11 UTC (permalink / raw)
  To: cygwin

please reply to mailing list, thanks

On 17.01.2021 18:30, Jim McNamara wrote:
> 
> 
> On Sun, Jan 17, 2021, 12:04 PM Marco Atzeri via Cygwin 
> <cygwin@cygwin.com <mailto:cygwin@cygwin.com>> wrote:
> 
>     On 17.01.2021 17:26, Jim McNamara via Cygwin wrote:
>      > Hi-
>      >
>      > If I am trying to ssh by local port forwarding from machine A to
>     remote
>      > host B, do I need cygserv or sshd running on A?
> 
>     No. You need sshd (ssh demon) on B
> 
>      >
>      > B is the sshd server I want to connect to. A is the ssh client.
>      >
>      > If I test either vnc or ssh on linux virtual machine guest it
>     connects no
>      > problem.  For some reason NAT is not working from A even though I
>     port
>      > forward on my NAT adapter on virtual box.
>      >
>      > Thanks,
>      > Robo-loki
> 
>     use ssh in verbose mode to see more details
> 
>        -v      Verbose mode.  Causes ssh to print debugging messages
>     about its
>                    progress.  This is helpful in debugging connection,
>                   authentica‐tion, and configuration problems.
>                    Multiple -v options increase the verbosity.
>                    The maximum is 3.
>     --
>     Problem reports: https://cygwin.com/problems.html
>     <https://cygwin.com/problems.html>
>     FAQ: https://cygwin.com/faq/ <https://cygwin.com/faq/>
>     Documentation: https://cygwin.com/docs.html
>     <https://cygwin.com/docs.html>
>     Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
>     <https://cygwin.com/ml/#unsubscribe-simple>
> 
> 
> Hi Marco,
> 
> I had it setup like you suggested.
> 
> I will have to look at some other things.
> 
> Thanks,
> Robo-loki
> 

Regards
Marco


^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: ssh
       [not found] ` <75EA21FE420C864D895DE6E87383D6A157EB81@exchange1.meddatahc s.com>
@ 2004-05-27 17:52   ` Larry Hall
  0 siblings, 0 replies; 32+ messages in thread
From: Larry Hall @ 2004-05-27 17:52 UTC (permalink / raw)
  To: Jimmy Hayes, cygwin

At 12:52 PM 5/26/2004, you wrote:
>Hi I have cygwin ssh server running on a windows 2000 server. And for
>some reason all of a sudden when users upload a file to a certain
>account the everyone group gets no permissions by default. Any ideas?
>Before the everyone group would get the read permission.


Before what?




--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 2004-05-26 19:54 Jimmy Hayes
       [not found] ` <75EA21FE420C864D895DE6E87383D6A157EB81@exchange1.meddatahc s.com>
  0 siblings, 1 reply; 32+ messages in thread
From: Jimmy Hayes @ 2004-05-26 19:54 UTC (permalink / raw)
  To: cygwin

Hi I have cygwin ssh server running on a windows 2000 server. And for
some reason all of a sudden when users upload a file to a certain
account the everyone group gets no permissions by default. Any ideas?
Before the everyone group would get the read permission.

Thanks,



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* RE: ssh
@ 2004-05-06 17:34 Clemson, Chris
  0 siblings, 0 replies; 32+ messages in thread
From: Clemson, Chris @ 2004-05-06 17:34 UTC (permalink / raw)
  To: cygwin

> Hi I setup ssh on cygwin and when files get dropped on ssh to 
> windows it
> automatically assigns the rights to read for the everyone group. Is it
> possible to tweak this
> So that files coming from a certain user are only accessible from that
> user? Permissions on the parent folder are different so the permission
> are not being inherited.
> 
> My goal is to have a folder where everybody can drop files but not get
> or read.

sounds like it might be easier to setup an ftp server to achieve what you
want.

-- 
The content of this e-mail is confidential, may contain privileged material
and is intended solely for the recipient(s) named above. If you receive this
in error, please notify Software AG immediately and delete this e-mail.

Software AG (UK) Limited
Registered in England & Wales 1310740
Registered Office: Hudson House, Hudson Way,
Pride Park, Derby DE24 8HS

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 2004-05-06 17:01 Jimmy Hayes
  0 siblings, 0 replies; 32+ messages in thread
From: Jimmy Hayes @ 2004-05-06 17:01 UTC (permalink / raw)
  To: cygwin

Hi I setup ssh on cygwin and when files get dropped on ssh to windows it
automatically assigns the rights to read for the everyone group. Is it
possible to tweak this
So that files coming from a certain user are only accessible from that
user? Permissions on the parent folder are different so the permission
are not being inherited.

My goal is to have a folder where everybody can drop files but not get
or read.

thanks

Jimmy Hayes 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  2004-02-28  0:53 SSH Tim Ashman
@ 2004-02-28  1:08 ` Brian Dessent
  0 siblings, 0 replies; 32+ messages in thread
From: Brian Dessent @ 2004-02-28  1:08 UTC (permalink / raw)
  To: cygwin

Tim Ashman wrote:

> I'm trying to use a ssh command on my Cygwin platform to connect to a local
> machine on my network. I'm just a beginner with Cygwin and need some
> pointers into setting this up. I don't have ssh or sshd in my /bin
> directory. I haven't been able to find anything related on the download page
> and haven't had any luck searching the mailing list archives. Any tips? I
> apologize for such a broad question.

As with any package, run Cygwin's setup.exe, then select and install
'openssh'.  Then read "man ssh", "man ssh_config", "man ssh-keygen", as
well as any relevant documents in /usr/share/doc/Cygwin/openssh.* and/or
/usr/share/doc/openssh/*.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* SSH
@ 2004-02-28  0:53 Tim Ashman
  2004-02-28  1:08 ` SSH Brian Dessent
  0 siblings, 1 reply; 32+ messages in thread
From: Tim Ashman @ 2004-02-28  0:53 UTC (permalink / raw)
  To: cygwin

I'm trying to use a ssh command on my Cygwin platform to connect to a local 
machine on my network. I'm just a beginner with Cygwin and need some 
pointers into setting this up. I don't have ssh or sshd in my /bin 
directory. I haven't been able to find anything related on the download page 
and haven't had any luck searching the mailing list archives. Any tips? I 
apologize for such a broad question.

I'm running Cygwin on Windows 2000.

TA

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=dept/features&pgmarket=en-ca&RU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: ssh
  2003-12-07 18:29 ssh Martin Gainty
@ 2003-12-08  0:36 ` Igor Pechtchanski
  0 siblings, 0 replies; 32+ messages in thread
From: Igor Pechtchanski @ 2003-12-08  0:36 UTC (permalink / raw)
  To: Martin Gainty; +Cc: cygwin

On Sun, 7 Dec 2003, Martin Gainty wrote:

> Hello All
>
> Where is ssh for cygwin?
> How do I install it?
>
> Many Thanks,
> Martin

<http://cygwin.com/faq/faq_2.html#SEC13>
Search the package list for "bin/ssh.exe".
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 2003-12-07 18:29 Martin Gainty
  2003-12-08  0:36 ` ssh Igor Pechtchanski
  0 siblings, 1 reply; 32+ messages in thread
From: Martin Gainty @ 2003-12-07 18:29 UTC (permalink / raw)
  To: cygwin

Hello All

Where is ssh for cygwin?
How do I install it?

Many Thanks,

Martin

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 2003-11-20 23:19 Ben Anderson
  0 siblings, 0 replies; 32+ messages in thread
From: Ben Anderson @ 2003-11-20 23:19 UTC (permalink / raw)
  To: cygwin

Hi,
connect.exe is working, but ssh is not.  I can connect to my server from my 
local network, but not remotely.

This is from my sshd log
Nov 20 07:09:55 [sshd] Did not receive identification string from 
::ffff:xxx.123.110.69

the error I get in cygwin is:
ssh_exchange_identification: Connection closed by remote host

this error is received right after I enter my proxy password.

Any thoughts?
Thanks,
Ben

_________________________________________________________________
Set yourself up for fun at home!  Get tips on home entertainment equipment, 
video game reviews, and more here.   
http://special.msn.com/home/homeent.armx


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: ssh
  2003-06-27  9:42 ssh Julien VARLET
@ 2003-06-30  4:30 ` Karsten M. Self
  0 siblings, 0 replies; 32+ messages in thread
From: Karsten M. Self @ 2003-06-30  4:30 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 913 bytes --]

on Fri, Jun 27, 2003 at 10:38:52AM +0200, Julien VARLET (julien.varlet@solitec.tm.fr) wrote:
> I have created a RSA pair of keys.it's ok.
> But i want to automate passphrase. 
> 
> In tclsh :
> I have the following command line :
> ssh-agent $SHELL 
> --> can't read SHELL : no such variable 
> 
> 
> ssh-add 
> --> Could not open connection to your authentication agent 
> Child process exited abnormally 
> 
> 
> Can you help me please ?

   man ssh-agent

Typically, ssh-agent *either* runs as the parent process of a Window
session login, _or_ from within individual shells.  It's a bit tricky
working out how to share a single ssh-agent server among independently
launched shells.

Peace.

-- 
Karsten M. Self <kmself@ix.netcom.com>        http://kmself.home.netcom.com/
 What Part of "Gestalt" don't you understand?
   Geek for hire:  http://kmself.home.netcom.com/resume.html

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 2003-06-27  9:42 Julien VARLET
  2003-06-30  4:30 ` ssh Karsten M. Self
  0 siblings, 1 reply; 32+ messages in thread
From: Julien VARLET @ 2003-06-27  9:42 UTC (permalink / raw)
  To: cygwin

I have created a RSA pair of keys.it's ok.
But i want to automate passphrase. 

In tclsh :
I have the following command line :
ssh-agent $SHELL 
--> can't read SHELL : no such variable 


ssh-add 
--> Could not open connection to your authentication agent 
Child process exited abnormally 


Can you help me please ?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 2001-02-19 10:38 Matt Presser
  0 siblings, 0 replies; 32+ messages in thread
From: Matt Presser @ 2001-02-19 10:38 UTC (permalink / raw)
  To: cygwin

Can you please tell me what the minimum installation requirements are to run
the ssh daemon on an NT box?

thanks,

matt
----------------------------------------------------------------------------
---
Matt Presser
Lotus Administrator
NMSU Information & Communication Technologies
mattylp@nmsu.edu
505-646-2389
----------------------------------------------------------------------------
---


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: ssh
  2000-09-28 21:02 ssh Guansong Zhang
@ 2000-09-29  5:37 ` Corinna Vinschen
  0 siblings, 0 replies; 32+ messages in thread
From: Corinna Vinschen @ 2000-09-29  5:37 UTC (permalink / raw)
  To: cygwin

Guansong Zhang wrote:
> 
> Hi,
> 
> I just tried the latest ssh, and find it seems try to find the private key
> file in /.ssh instead of ~/.ssh.
> 
> If I copy ~/.ssh/* to ~/.ssh, every thing seems fine, other wise, it will
> ask for passwd. Where I did wrong?

Sounds as if you missed to enter your home directory in /etc/passwd.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 2000-09-28 21:02 Guansong Zhang
  2000-09-29  5:37 ` ssh Corinna Vinschen
  0 siblings, 1 reply; 32+ messages in thread
From: Guansong Zhang @ 2000-09-28 21:02 UTC (permalink / raw)
  To: cygwin

Hi,

I just tried the latest ssh, and find it seems try to find the private key
file in /.ssh instead of ~/.ssh.

If I copy ~/.ssh/* to ~/.ssh, every thing seems fine, other wise, it will
ask for passwd. Where I did wrong?

Thanks,

Guansong

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 32+ messages in thread

* ssh
@ 1999-01-31 23:52 Xiaomao Xiao
  0 siblings, 0 replies; 32+ messages in thread
From: Xiaomao Xiao @ 1999-01-31 23:52 UTC (permalink / raw)
  To: gnu-win32

Hi there:

I tried to run ssh from within cygwin to connect to my server.  The connection
seemd to be ok but it finally kicked me out.  From a verbose output, I can see
the last line says 'Server refused our key.'  I used the same key for my linux
box and it works fine.  My environment is as follows:
CYGWIN=tty
The fine systems are mounted with binary format.

Any hints?  Thanks in advance.

-- 

Xiaomao

=================================================================
Xiaomao (Mark) Xiao                  E-Mail: xiao@cmold.com
C-MOLD                                  TEL: (607) 257-4949 x 699
31 Dutch Mill Road                      FAX: (607) 257-6355
Ithaca, NY 14850                        URL: http://www.cmold.com
=================================================================
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-09-10  2:25 SSH Paul Haas
@ 1997-09-12  1:24 ` Andy Piper
  0 siblings, 0 replies; 32+ messages in thread
From: Andy Piper @ 1997-09-12  1:24 UTC (permalink / raw)
  To: Paul Haas; +Cc: gnu-win32

At 18:24 09/09/97 -0400, you wrote:
>I haven't gotten cvs/ssh to work on Windows 95.  It mostly works for me on
>NT.  

What did you do do get it to compile? I had to:

configure i386-unknown-bsdi
create sys/un.h since it doesn't exist
only build ssh client since socketpair.c wont compile

Then it crashes with an exception in cygwin_exception_handler when
I try and use it. This is on NT4.0 sp 3

andy
   ___                ____         	Dr Andy Piper
  / _ \___ ________ _/ / Solutions_	(require 'disclaimer)
 / ___/ _ `/ __/ _ `/ / / _ `/\ \ /	andyp@parallax.co.uk
/_/   \_,_/_/  \_,_/_/_/\_,_//_\_\ 	boot /vmemacs

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* RE: SSH
@ 1997-09-10 21:15 Sergey Okhapkin
  0 siblings, 0 replies; 32+ messages in thread
From: Sergey Okhapkin @ 1997-09-10 21:15 UTC (permalink / raw)
  To: gnu-win32, 'Paul Haas'

Paul Haas wrote:
> Ssh doesn't work for me with Sergey's September 7th version of 
cygwin.dll,
> on Window's 95 it can't find the controlling terminal, which isn't too
> surprising, ps can't find it either.  Ps reports -1 for ttys.  Is it
> really broken, or did I just install it wrong?

Sorry, I forgot to add the following text to my web page (it's fixed 
already):
"Warning! Tty code and console title updates are disabled now by default.
Use "set CYGWIN_TTY=1" and "set CYGWIN_TITLE=1" to enable." The changes in 
default behavior made by Cygnus, B19 will have the same default settings.

One more NT's bug - you have to reboot NT after changing global environment 
settings in order to run inetd. Service control manager doesn't looks for 
environment changes when starts services.

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
@ 1997-09-10  2:25 Paul Haas
  1997-09-12  1:24 ` SSH Andy Piper
  0 siblings, 1 reply; 32+ messages in thread
From: Paul Haas @ 1997-09-10  2:25 UTC (permalink / raw)
  To: gnu-win32

I haven't gotten cvs/ssh to work on Windows 95.  It mostly works for me on
NT.  

On Wed, 13 Aug 1997, Bilbo Baggins <bilbo@ameritech.net> wrote:

>> I am trying to compile SSH, the 1.2.20 dist, and there are a lot of
>> problems.

> it basically went without a hitch.. cpl of minor complaints..

On NT, I got the configure script to work under b18, and the compile to
work with Sergey's August 10th patched library.  It doesn't work for me on
Windows 95.  

Ssh doesn't work for me with Sergey's September 7th version of cygwin.dll,
on Window's 95 it can't find the controlling terminal, which isn't too
surprising, ps can't find it either.  Ps reports -1 for ttys.  Is it
really broken, or did I just install it wrong?

> scp: doesnt seem to work.. havent had time to check into it (compiled
> fine)

For me, on NT, scp works for downloads from a Unix host, but not for
uploads.  The first part of the protocol on a syntacticly correct upload
is sending a single byte with the value 0.  This gets stuck in the pipe or
socket code.  If you try to upload to a nonexistent directory or similar
error, you'll get a non-zero byte, which makes it through the sockets
correctly, but then the copy fails.  

On Windows 95, ssh seems to work, scp uploads still don't work, and
sometimes scp downloads fail at exit time.  That is to say, the command
works correctly, but the system gets confused when it exits.  Sometimes
I have to reboot the system.

My ultimate goal is to cvs working on Windows 95 using ssh.  I've got it
working on NT.  Sometimes it works on Windows 95, but sometimes it dies,
just like scp.  That is, it does the right thing, but doesn't manage to
exit correctly.  Is this a problem with the waitpid() call at the end?
--
Paul Haas paulh@aa.fv.com
I've been reading this list using the website,
http://www.cygnus.com/ml/gnu-win32 




-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-14  8:07 ` SSH Paul Prescod
@ 1997-08-15 12:35   ` Leonard Weincier
  0 siblings, 0 replies; 32+ messages in thread
From: Leonard Weincier @ 1997-08-15 12:35 UTC (permalink / raw)
  To: Paul Prescod; +Cc: gnu-win32

> Okay, has ANYONE got ssh to build on Windows 95? The configure totally

I don't think anyone has, it failed with me. I have also failed under NT 

Len

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-13 15:57 SSH dahms
  1997-08-13 23:57 ` SSH Leonard Weincier
@ 1997-08-14  8:07 ` Paul Prescod
  1997-08-15 12:35   ` SSH Leonard Weincier
  1 sibling, 1 reply; 32+ messages in thread
From: Paul Prescod @ 1997-08-14  8:07 UTC (permalink / raw)
  To: gnu-win32

dahms@ifk20.mach.uni-karlsruhe.de wrote:
> Could configure have been failed because of using -pipe, too?
> Then you might try again after "rm config.cache", "make distclean" or
> whatever this package supports/needs.

Okay, has ANYONE got ssh to build on Windows 95? The configure totally
messes up and everything goes downhill from there. "un.h" is easy to
find on the Web, but with SIZEOF( int ) == 0 no compile is going to
result in a useful binary.

 Paul Prescod
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-13 23:57 ` SSH Leonard Weincier
@ 1997-08-14  6:41   ` Andy Piper
  0 siblings, 0 replies; 32+ messages in thread
From: Andy Piper @ 1997-08-14  6:41 UTC (permalink / raw)
  To: Leonard Weincier; +Cc: gnu-win32

At 08:57 14/08/97 +0200, Leonard Weincier wrote:
>> : This seems to be corrected when I remove the -pipe option from gcc ?
>> 
>> Could configure have been failed because of using -pipe, too?
>> Then you might try again after "rm config.cache", "make distclean" or
>> whatever this package supports/needs.
>
>With no -pipe option i get "cannot find sys/un.h" ?? File is not on the
system. 

I have exactly the same problem.

andy
   ___                ____         	Dr Andy Piper
  / _ \___ ________ _/ / Solutions_	(require 'disclaimer)
 / ___/ _ `/ __/ _ `/ / / _ `/\ \ /	andyp@parallax.co.uk
/_/   \_,_/_/  \_,_/_/_/\_,_//_\_\ 	boot /vmemacs

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
@ 1997-08-14  5:10 Glenn Jones
  0 siblings, 0 replies; 32+ messages in thread
From: Glenn Jones @ 1997-08-14  5:10 UTC (permalink / raw)
  To: gnu-win32

 I have also tried compiling SSH on a windows 95 machine. I removed
the -pipe
from the ./configure, but received the same results (0 for sizeof int, long
int etc.)

When I compiled without -pipe, there was an error in includes.h that I
traced down
to a missing .h file. includes.h required either streams.h an ptem.h or
un.h. Neither
ptem.h or un.h seem to be in the distribution that I have (b18).

Does anyone know where I can get general guidelines for porting to
gnu-win32?

Thanks
Glenn


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-13 15:57 SSH dahms
@ 1997-08-13 23:57 ` Leonard Weincier
  1997-08-14  6:41   ` SSH Andy Piper
  1997-08-14  8:07 ` SSH Paul Prescod
  1 sibling, 1 reply; 32+ messages in thread
From: Leonard Weincier @ 1997-08-13 23:57 UTC (permalink / raw)
  To: dahms; +Cc: gnu-win32

> : This seems to be corrected when I remove the -pipe option from gcc ?
> 
> Could configure have been failed because of using -pipe, too?
> Then you might try again after "rm config.cache", "make distclean" or
> whatever this package supports/needs.

With no -pipe option i get "cannot find sys/un.h" ?? File is not on the system. 

Len

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
@ 1997-08-13 15:57 dahms
  1997-08-13 23:57 ` SSH Leonard Weincier
  1997-08-14  8:07 ` SSH Paul Prescod
  0 siblings, 2 replies; 32+ messages in thread
From: dahms @ 1997-08-13 15:57 UTC (permalink / raw)
  To: bridge; +Cc: gnu-win32, dahms

Hi Leonard, you wrote:

: I am using 95 and when I ran ./configure it determined the sizeof int,
: double and short to be 0.

: When make tries to compile libz, I get a lot of errors about non-existent
: .o files ?
: This seems to be corrected when I remove the -pipe option from gcc ?

Could configure have been failed because of using -pipe, too?
Then you might try again after "rm config.cache", "make distclean" or
whatever this package supports/needs.


Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-13  0:10     ` SSH Leonard Weincier
@ 1997-08-13  7:25       ` Dan Maynard
  0 siblings, 0 replies; 32+ messages in thread
From: Dan Maynard @ 1997-08-13  7:25 UTC (permalink / raw)
  To: Leonard Weincier; +Cc: gnu-win32

> Did you use b18 and the standard ssh make files?
>  Are you using NT or 95 ?
NT4SP3

> I am using 95 and when I ran ./configure it determined the sizeof int, double and short to be 0.
> I have subsequently been hacking #defines etc to get it to compile.
possibility of mailing me (not the list) the output of configure?

> 
> When make tries to compile libz, I get a lot of errors about non-existent .o files ? This seems to be corrected when I remove the -pipe option from gcc ?
right, -pipe is broken


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-12 21:53   ` SSH Bilbo Baggins
@ 1997-08-13  0:10     ` Leonard Weincier
  1997-08-13  7:25       ` SSH Dan Maynard
  0 siblings, 1 reply; 32+ messages in thread
From: Leonard Weincier @ 1997-08-13  0:10 UTC (permalink / raw)
  To: Bilbo Baggins; +Cc: gnu-win32

Hi Bilbo

A Couple of questions :

Did you use b18 and the standard ssh make files?
 Are you using NT or 95 ?

I am using 95 and when I ran ./configure it determined the sizeof int, double and short to be 0.
I have subsequently been hacking #defines etc to get it to compile.

When make tries to compile libz, I get a lot of errors about non-existent .o files ? This seems to be corrected when I remove the -pipe option from gcc ?

Thanks for your help

Len

On Wed, 13 Aug 1997, Bilbo Baggins wrote:

> > scp:	doesnt seem to work.. havent had time to check into it (compiled
> > 	fine)
> > 
> > sshd:	like above compiles fine but after authenticating the user, 
> > complains about not being able to change the uids..
> 
> ok the above problem cleared.. perms & ownership problem..
> 
> now the problem is that sshd is trying to allocate a pty and do a select()
> on it...
> 
> 
> 

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-12 21:32 ` SSH Bilbo Baggins
@ 1997-08-12 21:53   ` Bilbo Baggins
  1997-08-13  0:10     ` SSH Leonard Weincier
  0 siblings, 1 reply; 32+ messages in thread
From: Bilbo Baggins @ 1997-08-12 21:53 UTC (permalink / raw)
  To: Leonard Weincier; +Cc: gnu-win32

> scp:	doesnt seem to work.. havent had time to check into it (compiled
> 	fine)
> 
> sshd:	like above compiles fine but after authenticating the user, 
> complains about not being able to change the uids..

ok the above problem cleared.. perms & ownership problem..

now the problem is that sshd is trying to allocate a pty and do a select()
on it...



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: SSH
  1997-08-12  9:18 SSH Leonard Weincier
@ 1997-08-12 21:32 ` Bilbo Baggins
  1997-08-12 21:53   ` SSH Bilbo Baggins
  0 siblings, 1 reply; 32+ messages in thread
From: Bilbo Baggins @ 1997-08-12 21:32 UTC (permalink / raw)
  To: Leonard Weincier; +Cc: gnu-win32

On Tue, 12 Aug 1997, Leonard Weincier wrote:

> I am trying to compile SSH, the 1.2.20 dist, and there are a lot of problems.
> Has anyone else had any success ?

it basically went without a hitch.. cpl of minor complaints..

scp:	doesnt seem to work.. havent had time to check into it (compiled
	fine)

sshd:	like above compiles fine but after authenticating the user complains
	about not being able to change the uids..

ssh:	works as expected.. 

rest of the included tools seem to work as well..

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

* SSH
@ 1997-08-12  9:18 Leonard Weincier
  1997-08-12 21:32 ` SSH Bilbo Baggins
  0 siblings, 1 reply; 32+ messages in thread
From: Leonard Weincier @ 1997-08-12  9:18 UTC (permalink / raw)
  To: gnu-win32

Hi

I am trying to compile SSH, the 1.2.20 dist, and there are a lot of problems.
Has anyone else had any success ?

Thanks
Len

-----------------------------------------------------------------------
Leonard Weincier                                      
email : <bridge@icon.co.za>                          

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2021-01-17 18:11 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 16:26 Ssh Jim McNamara
2021-01-17 17:03 ` Ssh Marco Atzeri
     [not found]   ` <CAEMWCRts5+OTXxgztq8s3yWZre-4ZfiixARYNGmE8a0nrD+y0A@mail.gmail.com>
2021-01-17 18:11     ` Ssh Marco Atzeri
  -- strict thread matches above, loose matches on Subject: below --
2004-05-26 19:54 ssh Jimmy Hayes
     [not found] ` <75EA21FE420C864D895DE6E87383D6A157EB81@exchange1.meddatahc s.com>
2004-05-27 17:52   ` ssh Larry Hall
2004-05-06 17:34 ssh Clemson, Chris
2004-05-06 17:01 ssh Jimmy Hayes
2004-02-28  0:53 SSH Tim Ashman
2004-02-28  1:08 ` SSH Brian Dessent
2003-12-07 18:29 ssh Martin Gainty
2003-12-08  0:36 ` ssh Igor Pechtchanski
2003-11-20 23:19 ssh Ben Anderson
2003-06-27  9:42 ssh Julien VARLET
2003-06-30  4:30 ` ssh Karsten M. Self
2001-02-19 10:38 ssh Matt Presser
2000-09-28 21:02 ssh Guansong Zhang
2000-09-29  5:37 ` ssh Corinna Vinschen
1999-01-31 23:52 ssh Xiaomao Xiao
1997-09-10 21:15 SSH Sergey Okhapkin
1997-09-10  2:25 SSH Paul Haas
1997-09-12  1:24 ` SSH Andy Piper
1997-08-14  5:10 SSH Glenn Jones
1997-08-13 15:57 SSH dahms
1997-08-13 23:57 ` SSH Leonard Weincier
1997-08-14  6:41   ` SSH Andy Piper
1997-08-14  8:07 ` SSH Paul Prescod
1997-08-15 12:35   ` SSH Leonard Weincier
1997-08-12  9:18 SSH Leonard Weincier
1997-08-12 21:32 ` SSH Bilbo Baggins
1997-08-12 21:53   ` SSH Bilbo Baggins
1997-08-13  0:10     ` SSH Leonard Weincier
1997-08-13  7:25       ` SSH Dan Maynard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).