Search found 5 matches
- Thu Feb 13, 2020 6:37 pm
- Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
- Topic: OpenVPN Auto Login?
- Replies: 9
- Views: 22657
Re: OpenVPN Auto Login?
I think its fixed now.
- Thu Feb 13, 2020 6:39 am
- Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
- Topic: OpenVPN Auto Login?
- Replies: 9
- Views: 22657
Re: OpenVPN Auto Login?
I created a tutorial on how to create a remote access station for a small business. I targeted the language for other small dental offices such as ours, so it may need some heavy tweaking if you decide to integrate the content into your online documentation. But I give you full permission to use the ...
- Fri Jan 17, 2020 2:31 am
- Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
- Topic: OpenVPN Auto Login?
- Replies: 9
- Views: 22657
Re: OpenVPN Auto Login?
It's been a while, but I just wanted to respond to help other people out in the future that aka's solution was the final solution
auth-user-pass /bootmedia/configs/pass.txt
with pass.txt being a two line text file with the OpenVPN auth user name on the first line and the password on the second ...
auth-user-pass /bootmedia/configs/pass.txt
with pass.txt being a two line text file with the OpenVPN auth user name on the first line and the password on the second ...
- Sat May 04, 2019 4:02 am
- Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
- Topic: OpenVPN Auto Login?
- Replies: 9
- Views: 22657
Re: OpenVPN Auto Login?
I think I figured it out but something is still wrong. In the OpenVPN.cfg file I added the following line:
auth-user-pass pass.txt
auth-user-pass was already there, I just added " pass.txt". I added a file called pass.txt with the username and password on two different lines, but I'm getting a ...
auth-user-pass pass.txt
auth-user-pass was already there, I just added " pass.txt". I added a file called pass.txt with the username and password on two different lines, but I'm getting a ...
- Fri May 03, 2019 2:33 am
- Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
- Topic: OpenVPN Auto Login?
- Replies: 9
- Views: 22657
OpenVPN Auto Login?
Is there a way to configure OpenVPN with the credentials for automatic login so the user does not have to enter them? Such as use the configuration file?