Re: Disallow sharing the same login

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 08/24/04


Date: Tue, 24 Aug 2004 14:07:34 +1000

This is fairly difficult to do.

Do you want to prevent someone sharing a login? Or do you want to prevent
concurrent logins? The former is quite difficult to do - and it's a problem
that afflicts any authentication scheme, anyone can turn a private key into
a shared key. You could require users to use biometric identification or
similar, as that is difficult to share.

Cheers
Ken

"Zeng" <zzy@nonospam.com> wrote in message
news:eXyJedWiEHA.632@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I'm not sure if this is the right newsgroup. I'm wondering if anyone out
> there are experienced with solving this problem and can share your opinion
> or give me some advice. I'm planning to disallow multiple users of our
> .net
> application to share the same login. How do I do that? Tracking IP
> address
> of the computer they use? But is that true different machines out there
> might have the same IP address because they use the same router?
>
> Thanks!
>
>



Relevant Pages

  • Re: SSH Blocking
    ... >> disable root login to ssh and disable password based logins. ... I need to get the public key up ... You generate one public and private key pair. ...
    (Debian-User)
  • Re: failed password tries...!!
    ... but log only the username if the ... password/username pair is reversed but otherwise valid; and if a login ... The encryption code must be on the auth ... without first compromising your private key somehow. ...
    (comp.lang.java.programmer)
  • Re: dyndns and the last hop - trying to set up ssh access to a machine on my LAN [Solved]
    ... minutes of my getting my connection up last night so I guess I second ... Another suggestion is to use a public/private key pair to login, ... and login multiple times without typing a password. ... remember to protect the private key with a strong passphrase. ...
    (Fedora)
  • Re: interacting with a shell script (ssh)
    ... Login without sending a password over the network by use of public/ ... then net/ssh is asking for the pass phrase althought it's given by ... option is not used as passphrase to open your private key. ...
    (comp.lang.ruby)
  • Re: Setting up tunnel across multiple systems?
    ... All users on system login as one user on system B and then ... Copied public key to system B. ... I also copied my private key to system B and public key to system C. ... > Good judgement comes with experience. ...
    (comp.security.ssh)