The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How do I get ssh to run a command in one line?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
How do I get ssh to run a command in one line?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
07-01-2004
encrypted
Registered User
Join Date: Feb 2004
Location: Oslo, Norway
Posts: 218
On the local system:
/usr/local/bin/ssh -x -l <user name> <remote system name> <command2execute>
encrypted
View Public Profile
Find all posts by encrypted