Project

General

Profile

Packaging Request #860

Prey (laptop tracker)

pizzaiolo - over 8 years ago - . Updated over 8 years ago.

Status:
open
Priority:
wish
Assignee:
-
% Done:

0%


Description

Prey is a program to track lost or stolen devices.

Bash front-end: https://github.com/prey/prey-bash-client

Backend: https://github.com/prey/prey-standalone-control-panel

Both packages have been confirmed by the author to work with each other.

History

#1

Updated by GNUtoo over 8 years ago

I'm not sure how useful is prey for you.

Could the following also work for you:
pacman S tor
nano /etc/tor/torrc # <
You add an onion service for ssh
nano /etc/ssh/sshd_config && systemctl start sshd # <- You enable sshd to listen only on the .onion address

You then have remote access in a very robust way:
  • No NAT issues or workaround for such issues
  • No (central) server required
  • Secure (Authentification and encryption in the onion layer)
  • Does not depend on the public DNS.
  • The client only needs Tor, ssh, and something like torsocks connecting both together. It for instance could work on Android too.
The downsides:
  • There is some time between when your laptop is online and when you can ssh into it.
  • 0.5 to 1 second latency on ssh.
  • You give ssh access into that laptop to another machine (might not be desirable).

You can workaround the huge latency with Ansible or scripts, however the ssh access requirement might not be an option for you.

Denis.

#2

Updated by GNUtoo over 8 years ago

The last response has some formatting issues, the dashes I used resulted in text being striked. Sorry.

Also available in: Atom PDF