Problem with ssh

2008-03-18 Thread White Hat
I have tried using the following command with negative results. ssh -L 5902:localhost:5901 scorpio That produces this error message: Permission denied (publickey). I found a reference to this command at: http://www.cl.cam.ac.uk/research/dtg/attarchive/vnc/sshvnc.html I

Re: Problem with ssh

2008-03-18 Thread doug
On Tue, 18 Mar 2008, White Hat wrote: I have tried using the following command with negative results. ssh -L 5902:localhost:5901 scorpio That produces this error message: Permission denied (publickey). I found a reference to this command at:

Re: Problem with ssh

2008-03-18 Thread Darren Spruell
On Tue, Mar 18, 2008 at 10:15 AM, White Hat [EMAIL PROTECTED] wrote: I have tried using the following command with negative results. ssh -L 5902:localhost:5901 scorpio That produces this error message: Permission denied (publickey). The host 'scorpio' is denying you access to

Problem about ssh client connection

2008-03-17 Thread roberto giovoni
I have an ssh process running on unix_bsd based server. Normally to connect remotly to this server I use a putty terminal (running on windows XP client). Now I have the following problem: when I open a client terminal connection (with a putty terminal) the message login as: is normally

Re: Problem about ssh client connection

2008-03-17 Thread Michael Ross
Am Mon, 17 Mar 2008 13:43:17 +0100 schrieb roberto giovoni [EMAIL PROTECTED]: I have an ssh process running on unix_bsd based server. Normally to connect remotly to this server I use a putty terminal (running on windows XP client). Now I have the following problem: when I open a client

problem with ssh connetions in jail

2005-10-04 Thread Tyler T
hi people first sorry for my english. i have a pc with only one etternet card connected to a router (172.16.0.1) which provide both internet connection and dhcp service, in this machine i have configured a jail virtual server, the ip of the real server is 172.16.1.36/16 and i have made a ip alias

Re: problem with ssh connetions in jail

2005-10-04 Thread Tyler T
hi people first sorry for my english. i have a pc with only one etternet card connected to a router (172.16.0.1) which provide both internet connection and dhcp service, in this machine i have configured a jail virtual server, the ip of the real server is 172.16.1.36/16 and i have made a ip

Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-10 Thread Olaf Greve
Hi, Alright, last Friday I promised to let you guys know what the outcome was of the issue where PuTTY wouldn't connect to FreeBSD 5.3. And the winner is...: Look in /etc/ssh/sshd_conf for the setting PasswordAuthentication I think the default changed from yes to no. HExren Indeed. By default

Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Olaf Greve
Hi all, On two distinct machines (both running FreeBSD 5.3 release, one is the AMD-64 version, the other is the i386 version) I am experiencing problems when trying to SSH to the machine using PuTTY. PuTTY shows the login prompt just fine, but when entering the proper username/password (yes, I

Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Hexren
OG Hi all, OG On two distinct machines (both running FreeBSD 5.3 release, one is the OG AMD-64 version, the other is the i386 version) I am experiencing OG problems when trying to SSH to the machine using PuTTY. OG PuTTY shows the login prompt just fine, but when entering the proper OG

RE: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Subhro
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Olaf Greve Sent: Friday, January 07, 2005 16:53 To: freebsd-questions@freebsd.org Subject: Problem when SSH-ing to FreeBSD 5.3 using PuTTY? Hi all, On two distinct machines (both

Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Jon Krause
From: Olafo : Hi all, : : On two distinct machines (both running FreeBSD 5.3 release, one is the : AMD-64 version, the other is the i386 version) I am experiencing : problems when trying to SSH to the machine using PuTTY. : : PuTTY shows the login prompt just fine, but when entering the proper :

Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Olaf Greve
Hi Jon, You did not state the version of Putty you are using. Hmmm, good one. I just checked and it is version 0.50. Try the latest version, (release 0.56) I beleive. There was a problem in earlier versions of Putty with keyboard-interactive method of authentication. I'll give that a shot. It's

Problem with ssh

2004-02-12 Thread Dragoncrest
Hi again everyone. Ok, this issue just popped up today on a different machine, but it's still bugging me either way. My home mail server (freebsd 4.8) has SSH available to the internet so I can get into the box from work if need be. That is the only port open as it's a fetching mail server so

Re: Problem with ssh

2004-02-12 Thread Nathan Kinkade
On Thu, Feb 12, 2004 at 02:49:17PM -0500, Dragoncrest wrote: Hi again everyone. Ok, this issue just popped up today on a different machine, but it's still bugging me either way. My home mail server (freebsd 4.8) has SSH available to the internet so I can get into the box from work if need

Re: Problem with ssh

2004-02-12 Thread Erik Trulsson
On Thu, Feb 12, 2004 at 02:49:17PM -0500, Dragoncrest wrote: Hi again everyone. Ok, this issue just popped up today on a different machine, but it's still bugging me either way. My home mail server (freebsd 4.8) has SSH available to the internet so I can get into the box from work if need

Re: Problem with ssh

2004-02-12 Thread Clint Gilders
Nathan Kinkade wrote: Uncomment the following line /etc/ssh/sshd_config and HUP sshd: #PasswordAuthentication yes You also want to set that to 'no' PasswordAuthentication no -- Clint Gilders [EMAIL PROTECTED] Director of Technology Services OnlineHobbyist.com, Inc.

Re: Problem with ssh

2004-02-12 Thread Duane Winner
On Thu, 2004-02-12 at 14:49, Dragoncrest wrote: Hi again everyone. Ok, this issue just popped up today on a different machine, but it's still bugging me either way. My home mail server (freebsd 4.8) has SSH available to the internet so I can get into the box from work if need be. That is

Re: Problem with ssh

2004-02-12 Thread Quintin Riis
man sshd_config Quintin Dragoncrest wrote: Hi again everyone. Ok, this issue just popped up today on a different machine, but it's still bugging me either way. My home mail server (freebsd 4.8) has SSH available to the internet so I can get into the box from work if need be. That is the

Re: Problem with ssh

2004-02-12 Thread Nathan Kinkade
On Thu, Feb 12, 2004 at 03:12:29PM -0500, Clint Gilders wrote: Nathan Kinkade wrote: Uncomment the following line /etc/ssh/sshd_config and HUP sshd: #PasswordAuthentication yes You also want to set that to 'no' PasswordAuthentication no -- Oppps. Yes, forgot to add that minor

Re: Problem with ssh

2004-02-12 Thread Dragoncrest
At 03:12 PM 2/12/04 -0500, Clint Gilders wrote: Nathan Kinkade wrote: Uncomment the following line /etc/ssh/sshd_config and HUP sshd: #PasswordAuthentication yes You also want to set that to 'no' PasswordAuthentication no Well, that's the kicker. I've got that already in my sshd_config

Re: problem with ssh in 4.9 and /etc/hosts file

2003-11-03 Thread Lowell Gilbert
henry tieman [EMAIL PROTECTED] writes: I have a small home network, 2 machines, both running FreeBSD 4.9. One with fixed IP address running ppp with NAT and a DHCP server and the other machine is a DHCP client. Both machines have the standard host.conf file and a /etc/hosts file that only

Confusing problem with SSH port forwarding.

2002-07-11 Thread Philip Hallstrom
Hi all - I've been tearing my hair out for an hour now trying to figure this out and I'm completely stumped. Didn't see anything in the archives which hopefully means I'm just doing somethign stupid, but I don't see it. Here's the environment: win2k_client \