Nessus
[Top] [All Lists]

Re: SSH Login - Test

To: Nessus@list.nessus.org
Subject: Re: SSH Login - Test
From: "George A. Theall" <theall@tenablesecurity.com>
Date: Wed, 24 Jan 2007 09:15:06 -0500
Cc:
Delivered-to: sp-com-lists@consult.net
Delivered-to: nessus-list1@securepoint.com
Delivered-to: Nessus@list.nessus.org
In-reply-to: <94a4cf770701240431n3ed145f2t887b9d8bb0f51d31@mail.gmail.com>
List-archive: <http://mail.nessus.org/pipermail/nessus>
List-help: <mailto:nessus-request@list.nessus.org?subject=help>
List-id: Discussion of Nessus software <nessus.list.nessus.org>
List-post: <mailto:nessus@list.nessus.org>
List-subscribe: <http://mail.nessus.org/mailman/listinfo/nessus>, <mailto:nessus-request@list.nessus.org?subject=subscribe>
List-unsubscribe: <http://mail.nessus.org/mailman/listinfo/nessus>, <mailto:nessus-request@list.nessus.org?subject=unsubscribe>
References: <94a4cf770701240431n3ed145f2t887b9d8bb0f51d31@mail.gmail.com>
Sender: nessus-bounces@list.nessus.org
User-agent: Thunderbird 1.5.0.9 (X11/20061222)
On Wed, Jan 24, 2007 at 12:31:31PM +0000, Paul Rochford wrote:

Hi is there a simple command line check to see if Nessus can
successfully log-in to a Unix system over ssh. I know I can use an ssh
client but I want to ensure Nessus can log in before I run the full
scan,

Try to simulate the connection from the nessusd host. For example, if you'll be using '/home/test/nessus/ssh_key' as your private key / identity to connect to the account 'nessus' on '192.1.1.44', you could run:

  ssh -2 -i /home/test/nessus/ssh_key nessus@192.1.1.44 id

and make sure that you see the output from 'id'. You also may want to check that you can run whatever package management tool is used on the remote to query packages (eg, "rpm -qa" with RedHat / FC).


George
--
theall@tenablesecurity.com
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>