Re: ssh options

Joerg Schilling <[email protected]> Fri, 13 Jan 2006 15:49:37 +0100
Newsgroups gmane.comp.archivers.star.user
Message-ID <43C7BE01.nailHFI11JIP8@burner>
"Rob Shepherd" <[email protected]> wrote:

> Dear star users,
>
> How to use ssh options; specifically -i <identity key file>
>
> I tried
>
> export RSH="/usr/bin/ssh -i <key>"
>
> but this doesn't work. Can I do this?

This will not work as there is no parser in librmt 
and as for security reasons the command is not run via
system() but via popen().

But of course, you may always create a shell script 

#!/bin/sh
exec /usr/bin/ssh -i <key>

that you use....

Jörg

-- 
 EMail:[email protected] (home) Jörg Schilling D-13353 Berlin
       [email protected]		(uni)  
       [email protected]	(work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily