mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 15:31:08 +00:00
6 lines
No EOL
152 B
Bash
6 lines
No EOL
152 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# Set up SSH
|
|
mkdir -p /var/run/sshd && \
|
|
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config |