[Ilugc] SSH CLI

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Thu Feb 17 10:16:03 2005

On Wed, 16 Feb 2005 18:13:52 +0530 (IST), Bharathi Subramanian

AFAIK, SSHD can't be started thru xinetd. SSHD is independent
daemon.

You can start SSHD thru xinetd. My /etc/xinetd.d/ssh File

# Description : Ssh Deamon serves ssh sessions
 service ssh
 {
   socket_type  = stream
   protocol     = tcp
   wait         = no
   user         = root
   server       = /usr/sbin/sshd
   server_args  = -i
 }

Bye :)
-- 
Bharathi S

Other related posts: