Commit 5a0237e3 by César Galvis

docs: updated readme

parent 2028001c
...@@ -4,8 +4,8 @@ Configure a virtual machine to connect to a VPN (FortiNet) through a proxy for L ...@@ -4,8 +4,8 @@ Configure a virtual machine to connect to a VPN (FortiNet) through a proxy for L
## References ## References
- [redeszone.net](https://www.redeszone.net/tutoriales/servidores/vagrant-instalacion-configuracion-ejemplos/) - [Vagrant: Instalación, configuración y ejemplos de uso](https://www.redeszone.net/tutoriales/servidores/vagrant-instalacion-configuracion-ejemplos/)
- [dev.to](https://dev.to/sannae/setting-up-windows-virtual-test-environments-with-vagrant-4k1b) - [Setting up Windows virtual test environments with Vagrant ](https://dev.to/sannae/setting-up-windows-virtual-test-environments-with-vagrant-4k1b)
- [Vagrant Boxes](https://portal.cloud.hashicorp.com/vagrant/discover) - [Vagrant Boxes](https://portal.cloud.hashicorp.com/vagrant/discover)
## Requirements ## Requirements
...@@ -65,6 +65,7 @@ nmap --proxies http://192.168.56.10:3128 $PRIVATE_DOMAIN_OR_IP ...@@ -65,6 +65,7 @@ nmap --proxies http://192.168.56.10:3128 $PRIVATE_DOMAIN_OR_IP
#### Add proxy for SSH connection #### Add proxy for SSH connection
> `corkscrew` required for proxy setup > `corkscrew` required for proxy setup
> `sshpass` required for connections with plain text passwords > `sshpass` required for connections with plain text passwords
Copy and modify the bash scripts [here](src/scripts/bash/). Copy and modify the bash scripts [here](src/scripts/bash/).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment