From owner-freebsd-questions@FreeBSD.ORG Mon Jul 31 14:10:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7274816A4F4 for ; Mon, 31 Jul 2006 14:10:24 +0000 (UTC) (envelope-from kevbrick@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A4B43D46 for ; Mon, 31 Jul 2006 14:10:04 +0000 (GMT) (envelope-from kevbrick@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so803477uge for ; Mon, 31 Jul 2006 07:10:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VF4/xYlcd7/l+Ve8hy3c3WgZoyTKPH/+QSqgJRolvcJ7VXbYBAkUS4c/pkLQbsSyb8q4uEsTW0fYdCvQSkbV54LceMfTrbzevHRaziiwqnGjIW62P/eTznNDHcemcpjSfyZvmtPh0FCHVdadD8CeS6lLoyXP4g9GiSW+uriCSZc= Received: by 10.67.119.13 with SMTP id w13mr2518788ugm; Mon, 31 Jul 2006 07:10:03 -0700 (PDT) Received: by 10.66.233.12 with HTTP; Mon, 31 Jul 2006 07:10:03 -0700 (PDT) Message-ID: Date: Mon, 31 Jul 2006 16:10:03 +0200 From: "Kevin Brick" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ssh problems ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 14:10:24 -0000 Hi All, I'm trying to ssh to a remote linux PC using the command: ssh kbX@ssh.abc.org -l kb5 -v doing this presents me with an error below : OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to ssh.sanger.ac.uk [193.62.203.55] port 22. debug1: connect to address 193.62.203.55 port 22: Connection refused debug1: Connecting to ssh.sanger.ac.uk [193.62.203.54] port 22. debug1: connect to address 193.62.203.54 port 22: Connection refused ssh: connect to host ssh.sanger.ac.uk port 22: Connection refused I've tried also to connect to a nother host (which I know works) with similar results. I'm a bit of a newbie to this whole ssh thing, so I'm not sure if I should check for conflicts on port 22, or something like that ? I've already disabled my local firewall with no luck, but was wondering if the problem could be the overall network firewall blocking my access ? Thanks for any help ...