proxy/setup.sh

6 lines
148 B
Bash
Raw Permalink Normal View History

2020-04-09 19:17:31 +00:00
#!/bin/sh
adduser --disabled-password --gecos "" remote
mkdir /home/remote/.ssh/
chmod 700 /home/remote/.ssh/
mv authorized_keys /home/remote/.ssh/