search for: unclon

Displaying 5 results from an estimated 5 matches for "unclon".

Did you mean: unclog
2016 Jul 04
2
SSH multi factor authentication
...ntication. > > This is 2FA in that you need the private key and the passphrase for it. I don't agree - being able to unlock a private key is just part of "possessing" it. OTOH publickey+password authentication could be considered 2FA. Ideally with the key rendered practically uncloneable by holding it on a token, etc. -d
2007 Sep 10
2
Removing an AR class definition, for testing plugins
...t "should preserve the regular attributes" do @clone.name.should == "Baylake Pines" @clone.city.should == "Virginia Beach" end it "should not clone the specified attribute" do @clone.guid.should be_blank end it "should not clone the uncloned attribute" do @clone.guid.should be_blank end end load_example_classes is a helper method that just defines the AR::base classes. The undefs would go there too. Unfortunately what''s happening is that the definition from the second spec is being used for the first spec...so...
2008 Mar 07
0
[ANNOUNCE] xrandr 1.2.3
...gt;x<h>@<r> strings. More tests for ambiguous xrandr output. Some minor issues in test case fixed. Be more robust in test case if mode database is borked. Oops. Fix missing space introduced by last commit. Add more tests, mostly regarding crtc switching and uncloning. Add informational output for known issues. Add another test known to fail. git tag: xrandr-1.2.3 http://xorg.freedesktop.org/archive/individual/app/xrandr-1.2.3.tar.bz2 MD5: 41a9d0cc073fa6165a31fbf9e85f68a6 xrandr-1.2.3.tar.bz2 SHA1: dfbfda6769a4cd1cb3aefefd75a9212dc6c40591 xran...
2016 Jul 04
3
SSH multi factor authentication
There has been some good discussion around our IBM security team as to what actually constitutes SSH multi factor authentication. There are 2 options being discussed. One, the Google Authenticator (OTP authentication). Two, Public/Private key authentication (pubkeyauthentication = yes) which supports pass phrase private key authentication. Which of these is considered multi-factor
2016 Jul 09
2
SSH multi factor authentication
...s 2FA in that you need the private key and the passphrase for it. > > I don't agree - being able to unlock a private key is just part of > "possessing" it. > > OTOH publickey+password authentication could be considered 2FA. Ideally > with the key rendered practically uncloneable by holding it on a token, > etc. > > -d > > > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev