diff --git a/site/space.html b/site/space.html new file mode 100644 index 0000000..4e2bb06 --- /dev/null +++ b/site/space.html @@ -0,0 +1,94 @@ +
<!DOCTYPE html>
First steps: | +
---|
Debian: | +
apt update && apt upgrade && apt install sshpass pssh torsocks -y | +
Fedora: | +
dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y | +
Gentoo: | +
emerge sshpass pssh tor torsocks | +
START TOR! | +
---|
# SYSTEMD USERS | +
systemctl enable tor | +
systemctl start tor | +
# OPENRC USERS | +
rc-service tor enable | +
rc-service tor start | +
torify sshpass -p "segfault" pssh -A -i -H "root@lsd.segfault.net:22" uname -a
+
Go to Segfault interactive shell here | +
---|
When your machine starts, do this: | +
> ssh@lsd.segfault.net | +
+ |
Before access complete do this: | +
> ssh@adm.segfault.net | +
+