Tuesday, June 21, 2022

How to remote login Ubuntu Server via root

Step#1

#vi /etc/ssh/sshd_config

Step#2

change

#PermitRootLogin prohibit-passowrd

to

#PermitRootLogin yes

Step#3

#systemctl restart ssh

No comments:

Post a Comment

How to fix gpu_burn compiler failure issue

System Environment: Ubuntu 22.04 LTS Server CUDA v12.0 GPU: RTX-4080 (driver 525.85.05) AP: GPU_Burn v1.1 Symptom: met error in make gpu_bur...