From owner-freebsd-questions@FreeBSD.ORG Mon Dec 9 22:29:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC6A414D for ; Mon, 9 Dec 2013 22:29:15 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 777AD1630 for ; Mon, 9 Dec 2013 22:29:15 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hn6so4514477wib.4 for ; Mon, 09 Dec 2013 14:29:13 -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=dhpDAsGBG9qy9qsEFRTxVp1vXb7n0JldLLjPDTl8Mmc=; b=D3r15X6ytAehn3Atr1PbmDMpeCcTryubdmTUbd+OgVciZzb1rxDhSrOUuIt0v0j46b 76QSkJc1t5OjRdY68u0z/a++x9E2zHnkIo9Sczz8lUEGBhn4sZJDgc41ngMSjLRlgld7 cCEeUZ32WX/aWWiSfqGKrdviFtqVzOJvPVbyyM6UInn+wu/BWBcow2Tvl/PBCTKcYe3p xZiZue5qVnP1w5d6Ap4PA3uGD6lDuREh+/MkMCsP2VMe9eSZ2MDbQD3FdqK4Dr2vABDQ IMvHepV25mUW0LR3/ngU/tDzI6FRolhq12m0VMQF4o0EhOBX1lfWJT6WaRySqbbWRflu fxLA== MIME-Version: 1.0 X-Received: by 10.194.206.5 with SMTP id lk5mr17869913wjc.46.1386628153809; Mon, 09 Dec 2013 14:29:13 -0800 (PST) Received: by 10.216.160.79 with HTTP; Mon, 9 Dec 2013 14:29:13 -0800 (PST) In-Reply-To: References: Date: Mon, 9 Dec 2013 14:29:13 -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: Mon, 09 Dec 2013 22:29:15 -0000 > 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. >> > On 12/8/13, David Noel wrote: > Forgot to update firewall rules to allow outbound ssh. That should fix it. No, that's not it. Something else is wrong. I spun up "ami-2ebfda1e" on a free micro instance and tried to ssh in. No luck. I spun up a RHEL instance and ssh'd in just fine. Is anyone able to log in to the FreeBSD ami's? If so, which one/s did you use?