Files
big-bear-scripts-bigbeartec…/enable-ssh-on-pve-lxc
Christopher 222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
..
2023-09-23 10:56:04 -05:00

SSH Root Login Enabler Script

Overview

This shell script is designed to set up a root password and enable SSH root login on a Linux system. Please note that enabling SSH root login can be a security risk. Use this script only if you understand the implications.

Prerequisites

  • The script must be run on a Linux system.
  • The script must be run as the root user.

How to use?

bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/enable-ssh-on-pve-lxc/run.sh)"