From owner-freebsd-questions@FreeBSD.ORG Sun Dec 8 01:15:55 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 55F3CB13 for ; Sun, 8 Dec 2013 01:15:55 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8D7A1686 for ; Sun, 8 Dec 2013 01:15:54 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hq4so2438606wib.1 for ; Sat, 07 Dec 2013 17:15:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=jXER2a4nD64TcBKtG2uvKU9ysM9hHqA/h3/ieMDDh04=; b=vvQJk/6y2Bv9atNTvFAQWAKdp5l0CcROwPWFZkNOXUuTI7A7jRzEEw79vLz/mGV6U/ uPvt22hyxi16ulmwLaNj8CRL9w2zQGPNwco08KuJ3L+FnDhvprRiKa9Rhyjjzf+aA3LN 154uFSHF+iFUOFwyXSWM6mth8Dzgma/fUOKRmgbPifXbdJYWQOyfylVHB+dIWW79VD2F +k+z5JacfYFZWT1M0/hmPkUt71J6uGcFPB/O348XZR452r0NlcV6V/KKUWy7baC4zc1Y /0CmFFRCKhgJfMBs5fT0yVzHZ1t8bvDLzAQ2hjft7KPI1dM/4vqjDyUV1EvGFRRCiXbO Oyxw== MIME-Version: 1.0 X-Received: by 10.180.73.70 with SMTP id j6mr8385499wiv.47.1386465352693; Sat, 07 Dec 2013 17:15:52 -0800 (PST) Received: by 10.216.160.79 with HTTP; Sat, 7 Dec 2013 17:15:52 -0800 (PST) Date: Sat, 7 Dec 2013 17:15:52 -0800 Message-ID: Subject: 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 01:15:55 -0000 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.