Commit graph

493 commits

Author SHA1 Message Date
kennwhite
e4f51cb527 Update pre-install_redhat_centos_6.x.md 2016-12-19 16:22:27 -05:00
kennwhite
49b10872f9 Rename Pre-install_steps_RedHat_CentOS_6.x.md to pre-install_redhat_centos_6.x.md 2016-12-19 16:13:39 -05:00
kennwhite
784626e191 Notes & recipe to install from RH/Cent 6.8 VMs
It was very difficult to satisfy all the library dependencies, particularly for Digital Ocean ("dopy") and pycrypto ("cryptography") on RPM-based distros, particularly with the default version of Python that ships with the 6.x line. These steps allow an end-to-end install (verified on Digital Ocean and EC2) with zero warnings or errors.
2016-12-19 16:08:41 -05:00
Dan Guido
ae1d26f9c4 Merge pull request #171 from kennwhite/master
Small UX hints
2016-12-19 16:06:00 -05:00
kennwhite
ad497f2922 UX hint on profile name
Add explicit label for Algo-generated VPNs. If the user has multiple (non-Algo) VPNs for home/office, there is typically a label other than an IP address and "IKEv2".  This can be seen, for example, on OSX on the top menu bar for networks.
2016-12-19 15:21:02 -05:00
kennwhite
89b577e089 UI hints on entering API secrets
It's not obvious to new users why some fields display and others are blank when entering values. Absent stars for secrets, this gives a small sanity nudge, and lessens likelihood of double pastes.
2016-12-19 15:14:05 -05:00
kennwhite
c2689fac50 UI hints to ssh keys and message clean up
Though the algo ssh key names are in the config file at the bottom, they don't seem to be displayed, and are easy to miss for new users.
2016-12-19 15:08:56 -05:00
Dan Guido
8bcd2c076b Update CONTRIBUTING.md 2016-12-19 14:14:26 -05:00
Jack Ivanov
b4f9839aec Fix SSH keys for DigitalOcean 2016-12-19 00:19:26 +03:00
Jack Ivanov
9f4090ad1e Fixed #146 2016-12-17 16:36:59 +03:00
Jack Ivanov
4a44c314ce modify requirements #129 2016-12-17 15:26:14 +03:00
Jack Ivanov
e1a3ebb838 DO fix 2016-12-17 15:16:40 +03:00
Jack Ivanov
33f144765f Merge branch 'new_ssh_keys' of github.com:trailofbits/algo into new_ssh_keys 2016-12-17 14:55:18 +03:00
Jack Ivanov
f9a1be7197 some fixes 2016-12-17 14:54:44 +03:00
Jack Ivanov
03da3f3d0e generating ssh-keys #152 #151 #112 2016-12-17 14:54:44 +03:00
Jack Ivanov
e49e89476a disable the proxy and client-to-client options 2016-12-16 22:30:07 +03:00
Jack Ivanov
0492d45369 the password for the CA private key #75 2016-12-15 13:33:29 +03:00
Jack Ivanov
6c43723723 some fixes 2016-12-15 00:21:44 +03:00
Jack Ivanov
ecc2377ae3 generating ssh-keys #152 #151 #112 2016-12-14 23:47:22 +03:00
Jack Ivanov
b6dbf26551 Block client-to-client traffic. Fixed #166 2016-12-14 21:54:14 +03:00
Jack Ivanov
1d32a58881 unnecessarry to use such way Fixed #162 2016-12-14 19:42:39 +03:00
Jack Ivanov
b681c73158 random password for the p12 certificates #135 2016-12-14 18:49:47 +03:00
Jack Ivanov
3cda869823 name fixes 2016-12-13 22:08:05 +03:00
Jack Ivanov
fcdee0f97c Additional pause. Fixed #159 2016-12-13 22:05:55 +03:00
Jack Ivanov
8b7e8619d3 remove unused handlers 2016-12-13 21:59:31 +03:00
Jack Ivanov
90635f569d reorganize the wait_for functions #159 2016-12-13 21:58:45 +03:00
Jack Ivanov
d632d92277 additional fix #158 2016-12-13 21:27:59 +03:00
Jack Ivanov
55a11c6979 ipv6 option is available in ansible 2.2; Fixed #158 2016-12-13 21:12:51 +03:00
Jack Ivanov
0f58593d64 IP_subject_alt_name is not declared for localhost. Fixed #149 2016-12-13 20:46:27 +03:00
Jack Ivanov
4ec20c92a5 EC2 fix 2016-12-13 20:34:27 +03:00
Jack Ivanov
d3a9b4130a draft EC2 #150 #157 2016-12-13 19:50:18 +03:00
Jack Ivanov
83495a5d80 Merge pull request #164 from kevin1/kevin1_add_apt_dependencies
README: Add apt dependencies for pypi cryptography.
2016-12-13 19:15:41 +03:00
Kevin Chen
6f00c6bf7e README: Add apt dependencies for pypi cryptography.
The cryptography library requires gcc and some development headers
that aren't installed by default on Ubuntu.

Source:
https://cryptography.io/en/latest/installation/#building-cryptography-on-linux
2016-12-13 01:27:33 -05:00
Jack Ivanov
2d2223d0e4 a fix for ipv6 provisioning on DO #158 2016-12-13 09:08:12 +03:00
Jack Ivanov
05fc1aaaf3 Merge branch 'master' of github.com:trailofbits/algo 2016-12-13 08:44:31 +03:00
Jack Ivanov
f2d27aaaa4 SSH fix for old bash versions #160 2016-12-13 08:44:19 +03:00
defunct
c0d6f84d65 Merge pull request #156 from kennwhite/master
Change default instance to free tier (t2.micro)
2016-12-12 15:18:06 -05:00
kennwhite
d0d180b47d Change default instance to free tier (t2.micro)
I know this is a bit goofy, but the t2.nano is not in the free tier for AWS even though it is smaller than the t2.micro instance. See: https://aws.amazon.com/blogs/aws/ec2-update-t2-nano-instances-now-available/ (the "PS" at the bottom), confirmed on pricing page. The difference is $4.30 per mo vs. free/$8.76  per mo. Maybe add this to config questions, but at least one reviewer has noted this as an issue for his just-setup AWS free account.
2016-12-12 15:14:58 -05:00
Jack Ivanov
0f1b79e666 DNS fix 2016-12-12 18:52:34 +03:00
Jack Ivanov
aba7f2e1d1 dirty fix #148 2016-12-12 18:13:58 +03:00
Jack Ivanov
028c1e7736 Fixed #147 2016-12-12 18:04:51 +03:00
Jack Ivanov
eee20f4ede additional columns 2016-12-12 17:40:31 +03:00
Dan Guido
95e7ecc2b2 Update README.md 2016-12-12 08:12:33 +00:00
Jack Ivanov
cd8db458e4 Merge pull request #144 from trailofbits/ami_latest_image
Sort by latest AMI - resolves #140
2016-12-10 21:56:49 +03:00
Jack Ivanov
f5adbdf959 Merge pull request #143 from attilagyorffy/patch-1
Fix configs path in the README
2016-12-10 21:28:16 +03:00
Jack Ivanov
4d51689183 Merge pull request #142 from trailofbits/ec2-canada
EC2 Canada - resolves #141
2016-12-10 21:27:43 +03:00
Jack Ivanov
5d98d4207f Azure support #26 2016-12-10 21:26:08 +03:00
Attila Györffy
960de104de Fix configs path in the README 2016-12-10 15:57:41 +02:00
Defunct
2f43feca77 Sort by latest AMI - resolves #140 2016-12-09 20:45:12 +00:00
Defunct
8985228d52 EC2 Canada - resolves #141 2016-12-09 16:58:35 +00:00