[Sysadmin] old leo/meo server

Dean Mah dmah at shaw.ca
Fri May 2 11:32:34 CDT 2003


On Fri, May 02, 2003 at 10:24:46AM -0500, Ron Dorman wrote:
> Dean Mah wrote:
> 
> >>Dean, let me know when you have a little time, if we can get ssh to
> >>run again, I can copy things to my dev machine for attaching to
> >>emails to people that don't have a machine to receive scp or ftp.
> >>   
> >>
> >
> >ssh on what?  If the machine isn't accessible from the outside....
> >
> on the old leo/meo box.  it is on a private local area net in my office. 
> the other three machines are Win2K desktops.  if ssh would run on 
> leo/meo, i could transfer any needed files to a desktop (tar'd or not), 
> attach to an email and send.
> 
> only other options I can think of for getting the files to people is scp 
> or ftp from the command line on leo/meo to their machines.
> 
> open to other thoughts.

Oh, I see.  You can only log in at the console at the moment since I
doubt that telnet is enable.

IIRC, sshd should startup on boot.  Check the
/usr/local/sbin/sshd_config files to make sure that things like IP
address are correct.  Do a 'ps -elf | grep sshd' to make sure that it
is running.  If not, you can do '/usr/local/sbin/sshd' or there should
be a startup script in /etc/init.d called sshd.

If that doesn't work, since the machine is not accessible from the
outside, you can enable telnet.  Do a 'ps -elf | grep inet'.  If you
see xinetd you'll need to edit /etc/xinetd.d/telnet and make sure that
the it is enabled.  Also make sure that the server it points to exists.

If you see just inetd, edit the /etc/inetd.conf file.  Make sure the
telnet line is not commented out, i.e., remove the hash sign from in
front of it.

Dean


More information about the Sysadmin mailing list