From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 10:41:44 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638A82D1 for ; Tue, 1 Jan 2013 10:41:44 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by mx1.freebsd.org (Postfix) with ESMTP id 22EAC8FC0A for ; Tue, 1 Jan 2013 10:41:43 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id qd14so15520137ieb.6 for ; Tue, 01 Jan 2013 02:41:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=2wZ5Fi2TZiRw+VXUb4/Q+t8qgYDosE1S9eGQ4hcBIfY=; b=XyehONUApy0tu8rr3Q4CTeh+l6U/Ro4KWqVARvX8Oa6nr3mdbW3tEJ6towJZWgqh1Q CLEmyU3j4sSnSvjHEPUQ4kQT3FkbAQB7My5Am9NwuLVx27LRzZSgg7VECqhSRvmn3yr6 Jzefw/YB//CdaSRnWEZHz/arkoBv6U9H6du3AijXpHf8D9FNIAK30gBC4rClKhl6BSAJ LHsJISEEwhklJ7bKxfra1EDJLMhr6X9wtUXGDQAN7ODUXZZGtWk1kOT1mpHDXCTWAw8y 1d2VEHB0wLQtq8QwjwVMr+VvmpZrOu+mg4jeQAibeW0xdpMNNSKd0PuTz1WNNrjigEHR QYJg== Received: by 10.42.27.145 with SMTP id j17mr22997661icc.13.1357036903149; Tue, 01 Jan 2013 02:41:43 -0800 (PST) MIME-Version: 1.0 Sender: talayeh.asadi@gmail.com Received: by 10.42.161.130 with HTTP; Tue, 1 Jan 2013 02:41:21 -0800 (PST) From: takCoder Date: Tue, 1 Jan 2013 14:11:21 +0330 X-Google-Sender-Auth: zuSSVQMEA5sC6pIqP28QJnvqk84 Message-ID: Subject: ssh server hashcode change on nanoBSD To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tak.official@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2013 10:41:44 -0000 hi everyone, i've got a nanoBSD server. when i ssh to it from another bsd system, first time everything is fine. the source bsd system asks me whether i trust my nanoSBD server or not and i apply y and the nanoBSD hash key is written in known_hosts file. everything is fine until i restart my nanoBSD server. the problem is that each time i restart my server, the source system is complaining about that i need to edit my known_hosts file cause my nanoBSD hash-code is not matched.. how can i fix this?! it really bothers me cause i think of it as a security problem.. i can't risk such things on my server.. would someone please give me a hand on this? always grateful of all your helps here :) Best Regards, t.a.k