Changes

Jump to navigation Jump to search
186 bytes removed ,  17:56, 7 October 2014
m
Add link to Generate Strong Random Password
Line 153: Line 153:     
===Passwords===
 
===Passwords===
It is recommended to create a very strong random password and keep this safe. One way of generating and store a random strong password is:
+
It is recommended to create a very strong random password and keep this safe. One way of generating and store a random strong password is explained [http://wiki.contribs.org/Useful_Commands#Generating_strong_random_password '''here''']
config set ipsec pass `openssl rand -base64 32`
  −
This will generate a random 32 character long password and store it as a key property of the ipsec, as created while setting ipsec as a auto start service.
  −
config getprop ipsec pass
  −
will show you the generated and stored password.  
  −
 
      
The following file needs to be looked after and should be set chmod 0600
 
The following file needs to be looked after and should be set chmod 0600

Navigation menu