bugfix
This commit is contained in:
parent
e7ba13e13d
commit
1510811a68
1 changed files with 2 additions and 2 deletions
4
auto.sh
4
auto.sh
|
@ -34,6 +34,8 @@ useradd webssh
|
|||
|
||||
mkdir /home/webssh
|
||||
|
||||
cp shellinabox_sshwrapper.sh /home/webssh/
|
||||
|
||||
chmod 770 -R /home/webssh/
|
||||
|
||||
chown -cR webssh:webssh /home/webssh/
|
||||
|
@ -43,6 +45,4 @@ webssh
|
|||
webssh
|
||||
EOT
|
||||
|
||||
cp shellinabox_sshwrapper.sh /home/webssh/
|
||||
|
||||
systemctl start shellinabox.service
|
||||
|
|
Loading…
Reference in a new issue