Re: Automating an ubuntu connection



I guess you need is a simple applescript:

tell application 'X11' to activate
do shell script 'ssh -2CY username@servermach'

But you will need to setup public/private keys to evade the password
prompt (or configure master/slave channels).

.



Relevant Pages

  • Re: Suns mess up with ssh - any solution for me?
    ... > If you're forwarding X11 through ssh, you don't want to do this. ... patch 118305-04, which I installed by the downloading the reccomended ...
    (comp.unix.solaris)
  • Re: Suns mess up with ssh - any solution for me?
    ... > If you're forwarding X11 through ssh, you don't want to do this. ... patch 118305-04, which I installed by the downloading the reccomended ...
    (comp.sys.sun.admin)
  • Re: probleme mit ssh
    ... waehrend das entfernte System der Server ist. ... Bei X11 ist alles andersherum, da ist das entfernte System der Client ... und dein lokales Display der Server. ... DArum brauchsts bei SSH ...
    (de.comp.os.unix.networking.misc)
  • Re: Remote access to Unix desktop
    ... PC, I use the VNC client, which works fine. ... X11 is an optional install from the installation DVD. ... First use a terminal emulator and ssh to the Unix system for any ...
    (comp.sys.mac.system)
  • SUMMARY: Tunnelling X11 via ssh
    ... Last week I posted to sunmanagers about a problem tunnelling X11 through ... ssh; I did ... So, the solution is/was to install X headers, cpp, ... If you compiled ssh with tcpwrappers support, ...
    (SunManagers)