From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 01:06:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E9516A4CE for ; Fri, 26 Mar 2004 01:06:57 -0800 (PST) Received: from ns1.kende.com (ns1.kende.com [66.17.131.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 157F043D49 for ; Fri, 26 Mar 2004 01:06:57 -0800 (PST) (envelope-from andras@kende.com) Received: (qmail 40824 invoked by uid 0); 26 Mar 2004 09:07:03 -0000 Received: from unknown (HELO ak) (67.163.120.76) by ns1.kende.com with SMTP; 26 Mar 2004 09:07:03 -0000 From: "Andras Kende" To: "'Hamed Abangar'" , Date: Fri, 26 Mar 2004 03:07:05 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcQTDpOZ0cPvMKgdR7GMbLitsD0v3QAAwicg In-Reply-To: <20040326084326.26262.qmail@web11509.mail.yahoo.com> Message-Id: <20040326090657.157F043D49@mx1.FreeBSD.org> cc: freebsd-isp@freebsd.org Subject: RE: Remote Administration Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 09:06:57 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Hamed Abangar Sent: Friday, March 26, 2004 2:43 AM To: freebsd-questions@FreeBSD.ORG Cc: freebsd-isp@freebsd.org Subject: Remote Administration Problem Dear members I'm new to this list and also I'm new to FreeBSD environment .I'm network administrator in an isp.Recently i have changed our Internet servers from Linux to freebsd ( cache servers , dns servers , firewall , mail servers) . Every things works well , but i have a problem.I can't control my servers remotely.I have activated SSH and telnet but i can't login to my server with root account from my home or every other where. Each time i want to check my servers , i must go to my server's room and this is not good for a network administrator , i didn't have this problem with Linux. Any one can help me? thanks Hamed Abangar --------------------------------- Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hamed, You can't ssh into as root by default.. Create a new user in the wheel group... ssh as user then su to root Or /etc/ssh/sshd_config PermitRootlogin yes Andras Kende http://www.kende.com