Guest User

Untitled

a guest
Mar 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SUBSYSTEM=="input", ACTION=="add", ENV{ID_MODEL}=="Yubikey_4_OTP+U2F+CCID" , RUN+="/usr/local/bin/Yubikey.sh"
  2.  
  3. #!/bin/sh
  4. ipsec restart
  5. if (ipsec status | grep none);then
  6. ipsec up connection
  7. fi
  8.  
  9. connecting to 'unix:///var/run/charon.ctl' failed: Connection refused
  10. failed to connect to stroke socket 'unix"//var/run/charon.ctl'
Add Comment
Please, Sign In to add comment