Aktualizovat replace.sh
This commit is contained in:
parent
2172606ec2
commit
af2703896e
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ cp ./ssh/authorized_keys /root/.ssh/authorized_keys
|
||||||
cat ./ssh/bashrc >> /root/.bashrc
|
cat ./ssh/bashrc >> /root/.bashrc
|
||||||
cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back
|
cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back
|
||||||
cp ./ssh/sshd_config /etc/ssh/sshd_config
|
cp ./ssh/sshd_config /etc/ssh/sshd_config
|
||||||
|
./ssh/install.sh
|
||||||
rm -r ./ssh/
|
rm -r ./ssh/
|
Loading…
Reference in a new issue