Re: SSH problem

2009-01-27 Thread Jasvinder S. Bahra
But, when I try to use WinSCP under windows, it always failed. WinSCP errors: Network error: Connection refused. Both scp sftp fail if using WinSCP. Is there an entry /etc/hosts.allow allowing connections to the applicable port? Jazz ___

Re: SSH problem

2009-01-27 Thread Michael Proto
On Tue, Jan 27, 2009 at 1:44 PM, Jasvinder S. Bahra bbdl21...@blueyonder.co.uk wrote: But, when I try to use WinSCP under windows, it always failed. WinSCP errors: Network error: Connection refused. Both scp sftp fail if using WinSCP. Is there an entry /etc/hosts.allow allowing connections

SSH problem

2009-01-26 Thread Xian Chen
Hi All, I can use scp to move files from a linux to my Freebsd machine. But, when I try to use WinSCP under windows, it always failed. WinSCP errors: Network error: Connection refused. Both scp sftp fail if using WinSCP. Any clues for this? Thanks in advance. Xian

Re: SSH problem

2009-01-26 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Xian Chen wrote: Hi All, I can use scp to move files from a linux to my Freebsd machine. But, when I try to use WinSCP under windows, it always failed. WinSCP errors: Network error: Connection refused. Both scp sftp fail if using WinSCP.

Re: SSH problem

2009-01-26 Thread Greg Byshenk
On Mon, Jan 26, 2009 at 11:21:57AM -0800, Xin LI wrote: Xian Chen wrote: I can use scp to move files from a linux to my Freebsd machine. But, when I try to use WinSCP under windows, it always failed. WinSCP errors: Network error: Connection refused. Both scp sftp fail if using

RE: SSH problem

2009-01-26 Thread SDH Support
Hi All, I can use scp to move files from a linux to my Freebsd machine. But, when I try to use WinSCP under windows, it always failed. WinSCP errors: Network error: Connection refused. Both scp sftp fail if using WinSCP. Any clues for this? Tcpdump on both boxes. -w to a file and

Re: SSH problem

2009-01-26 Thread Glen Barber
On Mon, Jan 26, 2009 at 6:10 PM, SDH Support ad...@stardothosting.com wrote: Hi All, I can use scp to move files from a linux to my Freebsd machine. But, when I try to use WinSCP under windows, it always failed. WinSCP errors: Network error: Connection refused. Both scp sftp fail if using

RE: SSH problem

2009-01-26 Thread SDH Support
I don't think he'll be able to tcpdump on the windows box. There are tcpdump equivalents such as wireshark and windump. --- Kevin Systems Administrator www.stardothosting.com/linux-vps-hosting ___ freebsd-stable@freebsd.org mailing list

Re: SSH problem

2009-01-26 Thread Glen Barber
On Mon, Jan 26, 2009 at 6:44 PM, SDH Support ad...@stardothosting.com wrote: I don't think he'll be able to tcpdump on the windows box. There are tcpdump equivalents such as wireshark and windump. Yeah, I was replied to off-list with that information. I stand corrected, and apologize. --

Re: SSH problem

2009-01-26 Thread Julian Stacey
Hi, Reference: From: Xian Chen hoganx...@gmail.com Date: Mon, 26 Jan 2009 13:45:56 -0500 Message-id: a2dd20fc0901261045m57230e5cr8d22d905517c8...@mail.gmail.com Xian Chen wrote: Hi All, I can use scp to move files from a linux to my Freebsd machine. But, when I try

Re: SSH problem

2009-01-26 Thread Doug Hardie
On Jan 26, 2009, at 12:54, Julian Stacey wrote: Hi, Reference: From: Xian Chen hoganx...@gmail.com Date: Mon, 26 Jan 2009 13:45:56 -0500 Message-id: a2dd20fc0901261045m57230e5cr8d22d905517c8...@mail.gmail.com Xian Chen wrote: Hi All, I can use scp to move files from

RE: SSH Problem

2001-10-03 Thread Michal Mertl
It seems to me that's because OpenSSH_2.9 has been MFC. It by default has ForwardAgent option off (at least on FreeBSD with default config). You can fix it with ~/.ssh/config or change /etc/ssh/ssh_config Host * ForwardAgentyes -- Michal Mertl [EMAIL PROTECTED] To Unsubscribe:

Re: SSH Problem

2001-10-03 Thread Warner Losh
In message [EMAIL PROTECTED] Klaus-J. Wolf writes: : with 4.4-STABLE 010929, ssh seems to work unexpectedly - even when I : have my public key in the target machine's authorized_keys, ssh aks me : for a password (breaks a lot of scripts). Could this be because you are using protocol version 2,

Re: SSH Problem

2001-10-03 Thread Rasputin
* Kevin Oberman [EMAIL PROTECTED] [011003 08:50]: Date: Tue, 2 Oct 2001 22:54:22 -0400 From: parv [EMAIL PROTECTED] this was, on the fateful occasion around Oct 02 21:07 -0400, sent by Kevin Oberman It does not distribute 2.3 with

SSH Problem

2001-10-02 Thread Klaus-J. Wolf
Hi, with 4.4-STABLE 010929, ssh seems to work unexpectedly - even when I have my public key in the target machine's authorized_keys, ssh aks me for a password (breaks a lot of scripts). Greetings k.j. -- Klaus-Juergen Wolf | Tiscali Business GmbH System Engineering |

Re: SSH Problem

2001-10-02 Thread Kevin Oberman
Date: Tue, 2 Oct 2001 22:54:22 -0400 From: parv [EMAIL PROTECTED] this was, on the fateful occasion around Oct 02 21:07 -0400, sent by Kevin Oberman It does not distribute 2.3 with either stable or current. It was included (with security

Re: ssh problem upgrading to 4.2-stable

2001-01-31 Thread Michel Talon
On Wed, Jan 31, 2001 at 11:41:14AM +, Pete French wrote: So, yesterday we upgraded the last machine running 3.5 here to 4.2 stable (CVSuped on saturday I believe). All went very smoothly and everything runs fine except for ssh. We are using openssh, and it rejects peoples passwords with

ssh problem

2001-01-21 Thread O. Hartmann
Mmmh, well, I do not know whether this is a subject of this forum. Since a couple of days I lost contact to one of our machines, means: I can not login via ssh. I think it has something to do with the last cvsupdate I made (and buildworld afterwards), because I did not chance the configuration

Re: ssh problem

2001-01-21 Thread Chris Faulhaber
On Sun, Jan 21, 2001 at 09:50:00PM +0100, O. Hartmann wrote: Mmmh, well, I do not know whether this is a subject of this forum. Since a couple of days I lost contact to one of our machines, means: I can not login via ssh. I think it has something to do with the last cvsupdate I made (and

Re: ssh problem

2001-01-21 Thread O. Hartmann
On Sun, 21 Jan 2001, Chris Faulhaber wrote: Thanks a lot ... These infos passed myself unread. I changed one line and all things worked fine. Thanks ... :On Sun, Jan 21, 2001 at 09:50:00PM +0100, O. Hartmann wrote: : Mmmh, well, I do not know whether this is a subject of this forum. : : Since a

Major SSH problem

2000-11-22 Thread Thomas T. Veldhouse
I just upgraded via sources from a 4.2-BETA to todays 4.2-STABLE. Now I can not get port forwarding to work through my SSH clients anymore. I can not find an option in /etc/ssh/sshd_config that turns this option on or off. What am I missing? Why has this option so quietly changed? Tom

Re: Major SSH problem

2000-11-22 Thread Mike Tancsa
There was a security fix related to this posted in this list a few weeks ago. It sounds like its related to that. ---Mike At 12:52 PM 11/22/00 -0600, Thomas T. Veldhouse wrote: I just upgraded via sources from a 4.2-BETA to todays 4.2-STABLE. Now I can not get port forwarding to

Small ssh problem in latest STABLE

2000-11-02 Thread Kevin Oberman
uname -a FreeBSD puppeteer.es.net 4.2-BETA FreeBSD 4.2-BETA #0: Thu Nov 2 10:43:54 PST 2000 [EMAIL PROTECTED]:/scratch/obj/scratch/src/sys/THINKPAD i386 Just cvsuped and re-built and X forwarding via ssh did not work. I edited /etc/ssh/ssh_config by uncommenting the ForwardX11=yes and