Browse Source

More bits of wisdom.

devel
Jonathan Rosenbaum 10 years ago
parent
commit
60383f9641
  1. 8
      examples/secure-terminals.txt

8
examples/secure-terminals.txt

@ -36,7 +36,7 @@ Firefox (IceWeasel):
4. cd ~/KeePass; mkdir plugins 4. cd ~/KeePass; mkdir plugins
5. run .. mono KeePass.exe, create database and optionally a key file in ~/KeePass 5. run .. mono KeePass.exe, create database and optionally a key file in ~/KeePass
6. mv KeePass.config.xml KeePass.config.enforced.xml 6. mv KeePass.config.xml KeePass.config.enforced.xml
7. sudo chown root:root KeePass.config.enforced.xml 7. sudo chown root:root KeePass.config.enforced.xml (and database/key file)
8. sudo chmod 0444 KeePass.config.enforced.xml 8. sudo chmod 0444 KeePass.config.enforced.xml
9. Most importantly in KeePass.config.enforced.xml between <Security> change true to 9. Most importantly in KeePass.config.enforced.xml between <Security> change true to
<Policy><UnhidePasswords>false</UnhidePasswords></Policy> so that passwords cannot be seen. <Policy><UnhidePasswords>false</UnhidePasswords></Policy> so that passwords cannot be seen.
@ -49,6 +49,8 @@ Firefox (IceWeasel):
15. Once the login is working properly for the htpasswd setup for apache, 15. Once the login is working properly for the htpasswd setup for apache,
the whole process can be completely automated in KeeFox options. the whole process can be completely automated in KeeFox options.
16. In Firefox (IceWeasel) Preferences -> General use "When IceWeasel starts: Show my windows and tabs from the last time" 16. In Firefox (IceWeasel) Preferences -> General use "When IceWeasel starts: Show my windows and tabs from the last time"
17. Afterwards, you can sudo chown -R root:root ~/KeePass/*
You may need to make adjustments for plugins.
Chrome: Chrome:
1. Download KeePass zip - http://keepass.info/download.html 1. Download KeePass zip - http://keepass.info/download.html
@ -56,7 +58,7 @@ Chrome:
3. sudo chown root:root ~/KeePass; sudo chmod 0755 ~/KeePass; 3. sudo chown root:root ~/KeePass; sudo chmod 0755 ~/KeePass;
4. run .. mono KeePass.exe, create database and optionally a key file in ~/KeePass 4. run .. mono KeePass.exe, create database and optionally a key file in ~/KeePass
5. mv KeePass.config.xml KeePass.config.enforced.xml 5. mv KeePass.config.xml KeePass.config.enforced.xml
6. sudo chown root:root KeePass.config.enforced.xml 6. sudo chown root:root KeePass.config.enforced.xml (and database/key file)
7. sudo chmod 0444 KeePass.config.enforced.xml 7. sudo chmod 0444 KeePass.config.enforced.xml
8. Most importantly in KeePass.config.enforced.xml between <Security> change true to 8. Most importantly in KeePass.config.enforced.xml between <Security> change true to
<Policy><UnhidePasswords>false</UnhidePasswords></Policy> so that passwords cannot be seen. <Policy><UnhidePasswords>false</UnhidePasswords></Policy> so that passwords cannot be seen.
@ -68,6 +70,8 @@ Chrome:
14. Follow the directions chromeIPass gives you, creating an identifier 14. Follow the directions chromeIPass gives you, creating an identifier
15. Good idea to restart chrome. 15. Good idea to restart chrome.
16. In Chrome Settings "On Startup Continue where you left off" 16. In Chrome Settings "On Startup Continue where you left off"
17. Afterwards, you can sudo chown -R root:root ~/KeePass/*
You may need to make adjustments for plugins.
DESKTOP STARTUP DESKTOP STARTUP

Loading…
Cancel
Save