diff --git a/00-user-pve.conf b/00-user-pve.conf new file mode 100644 index 0000000..dc59c65 --- /dev/null +++ b/00-user-pve.conf @@ -0,0 +1,5 @@ +PermitEmptyPasswords no +AllowTcpForwarding yes +# After changing any of the below run `sudo service ssh restart` +#PubkeyAuthentication yes +#PasswordAuthentication yes \ No newline at end of file diff --git a/00-user.conf b/00-user.conf index a857b2e..4bf2227 100644 --- a/00-user.conf +++ b/00-user.conf @@ -1,6 +1,6 @@ PermitRootLogin no PermitEmptyPasswords no AllowTcpForwarding yes -# After changing any of the below run sudo service ssh restart +# After changing any of the below run `sudo service ssh restart` #PubkeyAuthentication yes #PasswordAuthentication yes \ No newline at end of file