On 13-06-04 05:01 PM, Kai Childheart wrote: > How to I sftp to my server to update my Hidden Service? O.o
Set up an additional hidden service on the same machine to accept sftp connections: Make opensshd listen *only* on 127.0.0.1 port 22 (not 0.0.0.0) and be sure to enable its sftp option. Then as it says at https://www.torproject.org/docs/tor-hidden-service.html.en add a line to your torrc file HiddenServicePort 22 127.0.0.1:22 _______________________________________________ tor-talk mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
