proxy/setup.sh
2020-04-09 22:17:31 +03:00

5 lines
148 B
Bash
Executable file

#!/bin/sh
adduser --disabled-password --gecos "" remote
mkdir /home/remote/.ssh/
chmod 700 /home/remote/.ssh/
mv authorized_keys /home/remote/.ssh/