
Barry.Schwartz at chemoelectric
Mar 11, 2005, 5:39 PM
Post #19 of 25
(1405 views)
Permalink
|
|
Re: Password handling of a system with many administrators
[In reply to]
|
|
"Brian G. Peterson" <brian [at] braverock> wrote: > On Friday 11 March 2005 11:02 am, Barry.Schwartz [at] chemoelectric wrote: > > With sudo, you are making it so password sniffing sufficient to gain > > ordinary user access is also sufficient to give root access. ?I think > > the password for sudo access should be a distinct passphrase used only > > for that. ?This the main reason I quit using sudo. > > Password sniffing how? I just mean it is easy to lose a personal password that's used all the time, even if it's by someone looking over a shoulder. > I only allow SSH connections using keys to my servers, which invalidates all > 'over the network' password sniffers that I'm aware of. Basically, I can't > imagine why anyone would use telnet anymore, given that it is completely > insecure over the network. There has been TLS and X.509 support for telnet for years, and its X forwarding always seemed to me more efficient, somehow, than openssh's. It's just that nobody ever knew about telnet-tls, and it isn't as easy to set up or as Unix-friendly. Columbia Kermit is a telnet-tls client, although it also supports tunneling through an ssh client. Stanford SRP (Secure Remote Passwords) is based on telnet-tls but has patent problems of some sort, which have hindered its adoption. If you want to be secure with ssh you might want to sign the keys with a revocable X.509 certificate, because otherwise I'm not sure if there is any way to revoke a compromised key. I've never tried that myself, and I'm not sure about the details of making it work. It's a security issue discussed in the Kermit Security Reference. That's all I know. :) -- Barry.Schwartz [at] chemoelectric http://www.chemoelectric.org "Even if they say lofty things like `democracy' or whatever it is they say, they don't mean it." -- David Durenberger, former Republican U. S. senator, on today's "Republicans"
|