아이폰5가 사진은 정말 잘 나온다.
안드로이드폰 쓰고 싶은 생각이 가끔 있지만 사진 나오는것 보면 어쩔 수 없다.


|
1
|
LDFLAGS="-lpam" |
|
1
|
plugin /usr/local/openvpn/openvpn-auth-pam.so openvpn |
|
1
2
3
4
5
|
#%PAM-1.0auth [user_unknown=ignore success=ok ignore=ignore default=bad] pam_securetty.soauth required pam_google_authenticator.soaccount required pam_nologin.soaccount include system-auth |
|
1
2
|
root # su - vpnuser[vpnuser@vpn ~]$ google-authenticator |
|
1
2
3
4
5
6
7
8
9
10
|
https://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=otpauth://totp/[email protected]%3Fsecret%3DZUTR5Y3WEHRDMRDXYour new secret key is: ZUTR5Y3WEHRDMRDXYour verification code is 264476Your emergency scratch codes are: 21748738 88769415 51651509 95973574 99309175Do you want me to update your "~/.google_authenticator" |
|
1
2
3
|
Do you want to disallow multiple uses of the same authenticationtoken? This restricts you to one login about every 30s, but it increasesyour chances to notice or even prevent man-in-the-middle attacks (y/n) |
|
1
2
3
4
5
|
By default, tokens are good for 30 seconds and in order to compensate forpossible time-skew between the client and the server, we allow an extratoken before and after the current time. If you experience problems with poortime synchronization, you can increase the window from its defaultsize of 1:30min to about 4min. Do you want to do so (y/n) |
n를 선택
|
1
2
3
4
|
If the computer that you are logging into isn't hardened against brute-forcelogin attempts, you can enable rate-limiting for the authentication module.By default, this limits attackers to no more than 3 login attempts every 30s.Do you want to enable rate-limiting (y/n) |