From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 20:51:33 2014 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 51CC7AE for ; Fri, 26 Sep 2014 20:51:33 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1758E664 for ; Fri, 26 Sep 2014 20:51:33 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id e89so9215626qgf.40 for ; Fri, 26 Sep 2014 13:51:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0WyH8ZYDwcb47HHUcKmeoR6IFPke1Dmzw7c3B0upQkc=; b=Zj8p2fOM095FOVKD4a2aPEdFeJ+X8jaRhP5oAxR+v04SB/HWL45jNifIkFLE2iuE3w tRUuWGyyJqUdBSoYGS+ok5Ck9DaMNQPkusT87HCPjsdf3iY0g1xR6RjlBoWK+ZUUmnSS 50uLVodVQBSOGsE6uhFyBHxa9/uK0Qg0oylq7ZKdPMFGRL+SkfBweVw2f/5KW0yAtGgm PF1aSbkzcIyiortITR5aRdBdef13BrhCuN1nbQ0VQ8KZVpfL29Vn20X3NGwBG8bfJYip Wrhvf8oy3VNZ/l+eBpwKGrfgVVljiBl62/SFopOvDgYfcgBbbEkbTWIcanWiG+QJCMvB fKdw== MIME-Version: 1.0 X-Received: by 10.224.54.129 with SMTP id q1mr33264812qag.6.1411764692042; Fri, 26 Sep 2014 13:51:32 -0700 (PDT) Received: by 10.96.27.103 with HTTP; Fri, 26 Sep 2014 13:51:32 -0700 (PDT) Date: Fri, 26 Sep 2014 16:51:32 -0400 Message-ID: Subject: pkg_delete bash, logged out by accident, can't ssh back in (not good) From: "firmdog@gmail.com" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 20:51:33 -0000 I did a pkg_delete of bash and was going to make install a new one from the port, due to shellshock. I logged out by accident, and when try to login via ssh, it won't take my password. I assume I can't login because the default shell is bash, which has been removed right? Any ideas on how I can get into my remote freebsd box via ssh? Workarounds?