Answer by Ljm Dullaart for How to get access via ssh as root - with...
Your remark@LjmDullaart Yes, I forgot to include that. I set those permissions. Even tho the files are located in /home/pi/ and not /root/. As far as I remember I got an error otherwise and could not...
View ArticleAnswer by user130167 for How to get access via ssh as root - with...
You make it work as root by leaving the configuration alone.MacUser2525:~$ cat .ssh/id_rsa.pub ssh-rsa AAAAB3NMacUser2525:~$ ssh root@192.168.0.116Linux buster-raspi 5.9.0-0.bpo.5-arm64 #1 SMP Debian...
View ArticleAnswer by Milliways for How to get access via ssh as root - with...
You normally can't login as root as this is a security risk.Indeed Debian doesn't even have a root login because there is no need - use sudo instead.Normally you use sudo su to become root, but there...
View ArticleHow to get access via ssh as root - with public/private key
I don't understand why I get no access for root on my Raspberry Pi 4 while trying to use key-based authentification via ssh.So far I generated a public/private rsa keypair using PuTTYgen:I saved both...
View Article