StreisandEffect / streisand

Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
https://twitter.com/streisandvpn
Other
23.17k stars 1.99k forks source link

Impossible to find "generated-docs/ streisand.html" #721

Closed karnivans closed 7 years ago

karnivans commented 7 years ago

Hi all?

I'm trying to install STREISAND on debian OS from DigitalOcean by imposible to find the "generated-docs/ streisand.html" file.

The install seems to be good, what what i did do wrong ?

Thanks for your help

alimakki commented 7 years ago

Hi @karnivans - The generated-docs folder will be in the same directory where you cloned the Streisand projected to .

kar2013 commented 7 years ago

Hi alimakki,

Sorry but my install is not good, i have the error below : It's seems to be a mistake with my ssh key but i add the content of the file MyKeySSH.pub in panel security of Digitalocean website.

Someone know what i do wrong?

Thanks

TASK [genesis-digitalocean : Set the DigitalOcean Access Token fact to the value that was entered, or attempt to retrieve it from the environment if the entry is blank] *** ok: [localhost]

TASK [genesis-digitalocean : Get the default SSH key] ** fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["cat", "~/.ssh/id_rsa.pub"], "delta": "0:00:00.013221", "end": "2017-06**20.86*214", "failed": true, "rc": 1, "start": "2017-06-02 1***55993", "stderr": "cat: /root/.ssh/id_rsa.pub: No such file or directory", "stderr_lines": ["cat: /root/.ssh/id_rsa.pub: No such file or directory"], "stdout": "", "stdout_lines": []} to retry, use: --limit @/root/streisand/playbooks/digitalocean.retry

PLAY RECAP ***** localhost : ok=2 changed=0 unreachable=0 failed=1

root@MASTER-DEBIAN:~/streisand#

alimakki commented 7 years ago

@kar2013 - It looks like you don't have an SSH key generated, this can be fixed by doing the following:

ssh-keygen -t rsa -b 2048

Have a go at that and try again.

kar2013 commented 7 years ago

alimakki it's ok your command work well ! Thanks a lot !

A last questions, when i use openvpn, where are stored all connections logs ?

Should I delete them to preserve my private life or it's automatic?

Regards

alimakki commented 7 years ago

@kar2013 Streisand does not log VPN connections :)

kar2013 commented 7 years ago

Cool, nothing to do !

ali makki thanks a lot !

alimakki commented 7 years ago

@kar2013 You're welcome. @karnivans Have you been able to resolve your issue?

kar2013 commented 7 years ago

Yes, my vpn Works good with openvpn on Windows

But i need to untersand how to use it like a real VPS with Windows.

cpu commented 7 years ago

Since the original problem has been resolved I'm going to close this issue. Thanks!