search for: uncloned

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

Did you mean: cloned
2016 Jul 04
2
SSH multi factor authentication
On Sun, 3 Jul 2016, Stephen Harris wrote: > On Sun, Jul 03, 2016 at 09:19:43PM -0500, Bruce F Bading wrote: > > One, the Google Authenticator (OTP authentication). > > On its own, this is not 2FA. It's single factor ("something you > have"). > > A combination of Google Authenticator _and_ password is 2FA. This is > easy to do with PAM. Agreed >
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 wh...
2008 Mar 07
0
[ANNOUNCE] xrandr 1.2.3
Adam Jackson (3): Update COPYING Death to ChangeLog xrandr 1.2.3 Brice Goglin (4): Add *current and +preferred to the --verbose output When invoked with no option, xrandr dumps existing modes Allow the same output to be specified several times on the command line Clarify the ability to manipulate multiple outputs in the manpage Matthias Hopf (13):
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
On Thu, Jul 7, 2016 at 10:00 AM, Bruce F Bading <badingb at us.ibm.com> wrote: > > Hi Gentlemen, > > Thank you both for your valued opinion. I do however agree that public key > authentication cannot be fully considered MFA as have 2 PCI QSAs I have > spoken with. This is because it is not enforceable server side. Many > things can affect client side security. >