From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 07:20:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA80216A400 for ; Sat, 20 Jan 2007 07:20:22 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 9078613C459 for ; Sat, 20 Jan 2007 07:20:22 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so340309pyh for ; Fri, 19 Jan 2007 23:20:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RpCwKSccdlxYpnBSdTA1Ku93Kd+KRZoBmpVB0+1zxg0Eq3RwwW1DDhLfK3lt1O4CGVtkWtyhVeU7x1OQEvoNkkdFgUOIEW+RY5E9CsJr+jSxEviP4dF7pJ1xftupRlXJMELNlErsuDzHaoVSjAnnuDBxCC3YRWv99v91SafKVSo= Received: by 10.35.93.1 with SMTP id v1mr5588969pyl.1169277621798; Fri, 19 Jan 2007 23:20:21 -0800 (PST) Received: by 10.35.49.18 with HTTP; Fri, 19 Jan 2007 23:20:21 -0800 (PST) Message-ID: <2cd0a0da0701192320l5b64fee3l50f88977306d3b57@mail.gmail.com> Date: Sat, 20 Jan 2007 08:20:21 +0100 From: VeeJay To: maanjee@gmail.com, FreeBSD-Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: SSH2 question? 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: Sat, 20 Jan 2007 07:20:22 -0000 Hello I have two questions, please comment... 1. Can one user have more than one public_keys i.e. multiple public_keys? If yes to above, would all be stored at users path like /home/username/.ssh If yes, to above, would all public keys be written at the same line for option in ssh_config file "AuthorizedKeysFile"? AuthorizedKeysFile .ssh/user_authorized_keys 2. What about other users who also have SSH account, How to indentify in ssh_config file that which public_key belongs to which user? -- Thanks! BR / vj