I got a secure web server (apache) that denies users if they don't come from a certain IP.
Sometimes my ip changes, and I want it to allow me.
One way I was thinking was automatically add the ip once I ssh in. Since ssh'ing is done via passphrase auth, it's pretty secure.
Does anyone have any ideas of implementing something like this?