<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<div>thanks
<br />
do i have to install something in first line to perform this gpg lines?
<br />
you say "| apt-key add -" torproject.org says  "| sudo apt-key add -" doesnt sudo matter cause im useing root?
<br />
is it possible to just deactive login/ssh to be save or is it just better/necessary to deal with rsa key?
<br />
will tor be utoupdated at new release with "apt-get -y upgrade" or how to manage automated actuality?
<br />
<br />
<br />
<br />
 
<div>
<div>On Saturday, April 18, 2015 3:46 PM, Julien ROBIN <julien.robin28@free.fr> wrote:
<br />
 </div>
<blockquote type="cite">
<div>Hi !
<br />
<br />
You can try a mix between this (ultra simple), from https://www.torproject.org/docs/debian.html.en :
<br />
<br />
<br />
<br />
You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:
<br />
<br />
   deb http://deb.torproject.org/torproject.org wheezy main
<br />
   deb-src http://deb.torproject.org/torproject.org wheezy main
<br />
<br />
<br />
gpg --keyserver keys.gnupg.net --recv 886DDD89
<br />
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
<br />
<br />
apt-get update
<br />
apt-get install tor deb.torproject.org-keyring
<br />
<br />
<br />
<br />
This will make your "apt-get" using the last table version of Tor from the Tor Project servers, with signatures check
making sure that no one "car jacked" the server before you download from it ;)
<br />
<br />
<br />
<br />
You will have to find a way to make your "apt-get update" and "apt-get -y upgrade" automatic, may be "reboot" too (when
kernel have been updated for example, but here I cannot say precisely  how to know if you have to reboot !)
<br />
<br />
<br />
<br />
<br />
And a second link, that can give you a lot of tips also
<br />
<br />
http://www.torservers.net/wiki/setup/server
<br />
<br />
Including disabling password authentification, but if you want to completely lock your server, a good way could be to
make "/etc/init.d/ssh" unable to run (you delete the "x" permission for example)
<br />
<br />
After the reboot, you will not be able to connect anymore using SSH on your server, and you will have to use tools from
your ISP if you want to drive your server again !
<br />
<br />
Personnaly, I always do a minimalist installation in order to have nothing else than OpenSSH listening (and Tor, of
course !). Because if others things that I don't know (rpc bind port 111 etc) are listening I'm not sure that I have
everything into control.
<br />
<br />
<br />
<br />
<br />
----- Mail original -----
<br />
De: tor-server-creator@use.startmail.com
<br />
À: tor-relays@lists.torproject.org
<br />
Envoyé: Samedi 18 Avril 2015 12:06:07
<br />
Objet: [tor-relays] simple relay setup
<br />
<br />
<br />
I need some help.
<br />
My dedicated server is running debian and is new, set up by my serverhoster.
<br />
<br />
I want to run a TOR-Relay:
<br />
- It should always update to latest stable automatically.
<br />
- It should be save.
<br />
<br />
<br />
I will edit the torrc by myself. What i need is simple copy+paste codeline for:
<br />
- isntall and run functional auto-update for tor (is it libevent?) just simply @root user without user/pgp dealing
stuff. pgp stuff is confusing me!
<br />
- deactivate complete access (ssh disable?) to ensure savety (i have to reinstall the system by serverhoster-website if
change needet) i want to lock out even myself.
<br />
<br />
Is this a practical idea to most easy set-up and let run without struggle?
<br />
Please help, thanks.
<br />
_______________________________________________
<br />
tor-relays mailing list
<br />
tor-relays@lists.torproject.org
<br />
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
<br />
_______________________________________________
<br />
tor-relays mailing list
<br />
tor-relays@lists.torproject.org
<br />
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</div>
</blockquote>
</div>
</div>
</body>
</html>