![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Signiture verification failed | XNOR | UNIX for Dummies Questions & Answers | 1 | 03-31-2007 07:56 PM |
| Verification of a script already running - where to do it | miwinter | UNIX for Dummies Questions & Answers | 2 | 08-07-2006 11:32 AM |
| Bash: Data Input Verification Help! | Vozx | Shell Programming and Scripting | 1 | 12-06-2005 04:41 AM |
| verification? | sheranjem | UNIX for Dummies Questions & Answers | 3 | 06-06-2005 02:08 PM |
| ftp file verification | gopat | Shell Programming and Scripting | 7 | 10-10-2003 12:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
But the above command will prompt for password,if the user is authenticated then the echo command is executed on the remote host and exits.It will not establish a sesssion on the remote host.
Thanks Nagarajan Ganesan. |
|
||||
|
Thanks Nagraj,
Can I skip the Question Are you sure you want to continue connecting (yes/no)? yes[/B] [sriram@unixguy ~]$ ssh -l root 127.0.0.1 "echo login successful" The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established. RSA key fingerprint is 8a:57:60:90:49:98:1d:39:50:20:76:f2:5b:cb:a8:4c. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '127.0.0.1' (RSA) to the list of known hosts. root@127.0.0.1's password: login successful |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|