In epistula a Peter Ross, die horaque Thu, Oct 14, 2004 at 05:10:04PM +1000:
> Hi Leute,
>
[snip]
> lokale_variable=`ssh remotehost ". $lokal_gespeicherter_filename; echo
> $remote_variable"`
>
Wenn wir schon beim Knobeln sind, fällt mir auch noch eine
ganz abstruse Version ein (nur mit OpenSSH >= 2.9):
== /etc/ssh/sshd_config ==
AcceptEnv ssh_export_*
== /etc/ssh/sshd_config ==
== /etc/ssh/ssh_config ==
SendEnv ssh_export_*
== /etc/ssh/ssh_config ==
% lokale_variable=`ssh remotehost '. $ssh_export_lokaler_dateiname; echo $remote_variable'`
Manchmal, aber wirklich nur manchmal, glaube ich, das Kind in mir
will spielen ;-).
Gruß,
Peter
-- Daß du ihn völlig durchschautest, das hat dir noch keiner verziehen, er mag noch so gut dabei weggekommen sein. -- Arthur Schnitzler To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 18 Oct 2004 - 15:07:43 CEST