On 01/04 01:29 , Paul Fox wrote:
> oh, sure -- there are lots of ways of exporting a browser session --
> VNC, or even X11 over ssh (which is very slow, but okay once in a
> blue moon).  but i spend 90% of my time in ssh within an xterm,
> and elinks is (or, rather, "was") _so_ quick to use for a quick
> backuppc status check or file restore that i'd like to figure out how
> to keep using it if i can.

why not use your local browser down an ssh tunnel?
I even set up aliases for the most common ones I use:

$ alias machine07
alias machine07='ssh [EMAIL PROTECTED] -L 8888:machine07.example.com:80'

Then point your local web browser at localhost:8888, and you get the web
interface of the backuppc server; even if there's a firewall that would
otherwise block the web traffic.

alternatively, if you can't ssh directly to the backuppc server, but you can
ssh to a firewall or some other host which has web access to the backuppc
server; you construct the command like this:

ssh [EMAIL PROTECTED] -L 8888:machine07.example.com:80

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to