run commands remotely?

Peeyush Maurya peeyush_maurya at yahoo.com
Sun Jan 15 16:25:17 UTC 2006


use telnet or ssh

enable telnet 

[root at 123~]# vi /etc/xinetd.d/telnet
# default: on
# description: The telnet server serves telnet sessions; it
uses \
#       unencrypted username/password pairs for
authentication.
service telnet
{
        disable = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure  += USERID
}

http://www.linux-faqs.com/HOWTO/Text-Terminal-HOWTO-11.php#ss11.5
http://www.linux-faqs.com/HOWTO/MindTerm-SSH-HOWTO/index.php

Hope it helps
Peeyush Maurya
http://www.linux-faqs.com/
http://www.lug.co.in/

--- mike <mdroz8 at gmail.com> wrote:

> what if i want to run a command on a linux box remotely
> from a windows
> machine and i want to pass in different parameters at any
> given time.  is
> this as difficult as it sounds?
> > _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list at redhat.com
>
https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request at redhat.com
> Subject: unsubscribe


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the Redhat-install-list mailing list