mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:33:56 -04:00
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.
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)"