From owner-freebsd-questions@FreeBSD.ORG Sun Dec 8 10:33:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4AF9AB4 for ; Sun, 8 Dec 2013 10:33:17 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6149A1954 for ; Sun, 8 Dec 2013 10:33:17 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x13so2276443wgg.31 for ; Sun, 08 Dec 2013 02:33:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=zZfgdgyvmLFmxmYxyhomUSU4uRgMg857j1HRTu2kZwI=; b=jAPg6YzydPsd25hzH/QymyBn+EkpHBlzFbRDLZaqW1Hg/kQrhI3BP+r82yyHKt9ett UJ7VuvGFVVz6mOa71MtW/+Y/jgzGlc9DQDaKaUHGZcz/1Gz4QVy1KJJLcOHeBDqQ5lSh jwTTzmsaSlBuJPmD33pXWCbUhK1dziDuxx5sf1E4uGcPmvzNoBO6EZTA2x3ekvARovmv gszovqKLy6E9nW2oKMo6YbtxzAHnDqJNQRafDdRoqYIm4rHQtAVdye2qoRfTzgTsB50J 3QRnQ3zlhHJm7pU+vO7vyqk9CeMMH/gWKlz1VpdOuDOodv/hTHIGpm0iThohoIiJHbnZ /cXg== MIME-Version: 1.0 X-Received: by 10.194.206.5 with SMTP id lk5mr10744257wjc.46.1386498795526; Sun, 08 Dec 2013 02:33:15 -0800 (PST) Received: by 10.216.160.79 with HTTP; Sun, 8 Dec 2013 02:33:15 -0800 (PST) In-Reply-To: References: Date: Sun, 8 Dec 2013 02:33:15 -0800 Message-ID: Subject: Re: FreeBSD on EC2 From: David Noel To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2013 10:33:17 -0000 Forgot to update firewall rules to allow outbound ssh. That should fix it. On 12/7/13, David Noel wrote: > I started a 10-BETA4 ami on us-west and tried ssh'ing in but had no > success. "Operation timed out" is the output. Does anyone know why > this might be? The default security group policies default to allowing > connections on port 22 from any IP address so I'm confused why ssh > isn't working. >