[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Fwd: Re: Login to home from work]




--- Begin Message ---
If your isp has possibilities for a homepage you can make cron.hourly
and put a script there.
Example of script is:
----------------
ken@pingu:~$ cat ip.script 
#!/bin/bash
wget www.showmyip.com -O /var/tmp/ip && grep nextgen /var/tmp/ip | cat>
/var/tmp/test.html && ncftpput -u kennkarl -p xxxwhatever
home.broadpark.no / /var/tmp/test.html
ken@pingu:~$ 
------------------

results :
http://home.broadpark.no/~kennkarl/test.html

Im never more than a hour away from home....


Kenneth


On Mon, 2002-09-09 at 15:43, Paul Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Sun, Sep 08, 2002 at 09:14:26PM -0600, Phil Reardon wrote:
> > What needs to be set up in order to login to my home box from work?  At
> > home there is a cable modem, then a router, then two linux boxes, with
> > mine running debian (sid). I have a 192.168.2.xx ip address.
> 
> You'll need some way of identifying your home machine remotely.  I use
> dyndns.org's service to get DNS.
> 
> You'll also need to install ssh if you intend on logging in remotely.
> 
> - -- 
> Baloo
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> 
> iD8DBQE9fKWXNtWkM9Ny9xURAlzWAJ9YR2ik2W756SC+FTq8zjcrcxEDUQCgoqVo
> 50GF8zHLeqSnlgnuliwvVC8=
> =CtGO
> -----END PGP SIGNATURE-----
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org




--- End Message ---

Reply to: