[libre-riscv-dev] [Bug 190] Setup Gitlab CI Runner for Kazan on a computer

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Fri Mar 6 02:25:35 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=190

--- Comment #8 from Jacob Lifshay <programmerjake at gmail.com> ---
I tried Luke's openvpn setup, it didn't work. I got tor working, so, Cole (and
Luke), I'm ready for you to send me your SSH public key (by private email).

To use it (from Debian):
sudo apt install tor
sudo service tor start
torsocks ssh <your-user-name>@<my-address.onion>

I'll send you the correct username and address once I setup your account (if
the address isn't public, it's harder to attack).

Install process was really simple:
sudo apt install tor
sudo nano /etc/tor/torrc

add/uncomment following 2 lines in "location-hidden services" section:
HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 22 127.0.0.1:22

restart service:
sudo service tor restart

inspect hidden service host name:
sudo less /var/lib/tor/hidden_service/hostname

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list