mirror of
https://github.com/kaboomserver/proxy.git
synced 2025-08-06 19:12:52 +00:00
6 lines
148 B
Bash
6 lines
148 B
Bash
![]() |
#!/bin/sh
|
||
|
adduser --disabled-password --gecos "" remote
|
||
|
mkdir /home/remote/.ssh/
|
||
|
chmod 700 /home/remote/.ssh/
|
||
|
mv authorized_keys /home/remote/.ssh/
|