Well,

Does this machine have a webserver?
If so, maybe a perl cgi could be written that would ask for a
password/usrname
   combo, if authenticated, save that IP to the username, Then login as usual

If you wanted to make it more secure, you could always have the login be
a https:// login cgi, so at least the username/password isn't plain text.

Or write a small perl program that will negotiate on port a passcode of some
kind, and if ok, save the IP to the username, and write a UV Phantom to
listen
on that port, and do the negotiating, keeping the server side entirely in UV.

Unless your logging directly to the machine on the same network, using MAC
addressing won't be helpful, as it will only show the last piece of equipment
(ie. the companies firewall/router, or the ISP's router, not your MAC).

George

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 04, 2004 12:45 PM
>To: [EMAIL PROTECTED]
>Subject: [U2] Univere Login Security
>
>
>Hi all,
>A buddy of mine wants me to be able to login to his computer
>on a routine basis to give him a hand with some development.
>Currently, he has a process that matches the ip address to the
>username and if it does not match, the user gets booted.  The
>problem that I have is that my ip address is dynamic.  Given
>the fact that this is a unix machine that I will be logging
>into, I assume that I cannot use a mac address or anything
>like that,  Can someone out there give me a simple and
>effective solution for this?
>
>Thanks,
>
>Scott
>-------
>u2-users mailing list
>[EMAIL PROTECTED]
>To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to