From owner-freebsd-questions@FreeBSD.ORG Thu Jan 21 04:10:12 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF9D3106568F for ; Thu, 21 Jan 2010 04:10:12 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-yw0-f194.google.com (mail-yw0-f194.google.com [209.85.211.194]) by mx1.freebsd.org (Postfix) with ESMTP id 7935E8FC2A for ; Thu, 21 Jan 2010 04:10:12 +0000 (UTC) Received: by ywh32 with SMTP id 32so4845752ywh.14 for ; Wed, 20 Jan 2010 20:10:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=CqUiqSZcwFwns+yRm+Q/vTXBfnFBseNGm09BrteSNFw=; b=eF+wZ/85BWIf2I2aQDeEjJ4xNkzu29toVnizb9P6GpbjAcCGruV70y5q5sDE5zZEU6 0V7En8wQ7uAK1850GKIh0fBERZzkIs/ZEmAImv5Zq03M5eNTlN0m9ziFXJVtDndN8mh/ bQs3z3yqj0cIpZAYvd9iJHNPwnGrTNq4Ry5yo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=WEqWjdqSF3or86KAnmvvdmAVQn/SjYKfuxNqhYuzLDbH5VyNV9eGStx8+YBLjwzevG qXB1CnZ7X/4QG5xoKksxndTPmwlBXYaDm0gF72FKSz5acqwBDwJkSI5hQmtSARt2tvDP xshe+7aUfauf0ggrvhO1plDXuxa4prLX996KE= Received: by 10.150.125.24 with SMTP id x24mr1386929ybc.5.1264045636260; Wed, 20 Jan 2010 19:47:16 -0800 (PST) Received: from aryeh-desktop.istudentunion.com (ool-44c0cd7a.dyn.optonline.net [68.192.205.122]) by mx.google.com with ESMTPS id 8sm261050ywg.4.2010.01.20.19.47.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 19:47:15 -0800 (PST) Message-ID: <4B57CE44.9060404@gmail.com> Date: Wed, 20 Jan 2010 22:47:16 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.23 (X11/20100120) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ssh to root 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: Thu, 21 Jan 2010 04:10:12 -0000 I need to set up a machine so that I can type "ssh [host]" as root from some other host and I get a prompt with super user privs... I already have set this up for user@host for root and ssh host for normal users... but root still asks for a password after I set the authorized_keys file in ~root/.ssh.. I have looked at ssh_config(5) but can't tell what option (if any) does this... if anyone is coruious the final goal here is to set up a sysutils/fusefs-ssh for this host (already installed and working for normal users but want to make it so it is done as root)