5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/bash
|
|
|
|
sudo sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/' /etc/ssh/sshd_config
|
|
sudo systemctl restart sshd
|
|
sudo passwd root
|