proxy/setup.sh

6 lines
148 B
Bash
Raw Normal View History

2019-11-10 15:27:07 +02:00
#!/bin/sh
adduser --disabled-password --gecos "" remote
mkdir /home/remote/.ssh/
chmod 700 /home/remote/.ssh/
mv authorized_keys /home/remote/.ssh/