Skip to content

Commit

Permalink
Merge pull request #101 from labzero/AmiciA-patch-1
Browse files Browse the repository at this point in the history
Update securing_your_workspace.md
  • Loading branch information
AmiciA authored Oct 17, 2023
2 parents 6c2fe75 + f479894 commit dcef001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_kickoff/securing_your_workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Working securely is important to Lab Zero and our clients. With a few simple tri
* Never leave your laptop unlocked. Don't walk away for lunch or an errand without locking your computer.
- Tip: Use Hot Corners in the Screen Saver preferences to easily lock computer when walking away.
* Keep your laptop in a safe place. e.g. Not in your car's front seat. Cars are broken into very often. If you must leave it in your car, put it in the trunk or hide it well.
* Use a password manager, like 1Password (paid) or LastPass (free) to keep your passwords hard and secure between sites. Don't write passwords down on paper or share them with others.
* Use a password manager, like 1Password (paid) or Bitwarden (free) to keep your passwords hard and secure between sites. Don't write passwords down on paper or share them with others.
* Use Multi-Factor Authentication whenever possible. As a bare minimum, use it on Github, Google, AWS, Slack and any client provided service accounts.
* Never store production secrets/keys on your machine. They should only reside on the servers that need them, and on the configuration management system (in an encrypted format).
* Do not share SSH keys with team members. Use an SSH key specific to your machine, and have that key whitelisted on the systems you need to access. This reduces the impact of a compromised key significantly.
Expand Down

0 comments on commit dcef001

Please sign in to comment.