mirror of
https://github.com/kaboomserver/proxy.git
synced 2025-05-19 16:36:17 +00:00
5 lines
148 B
Bash
Executable file
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/
|