I’d like to manage the clients while they are running.
I need to reboot or debug the client, if it isn’t doing its job correctly.
I now added an authorized_keys file to the root account and it works.
Thanks!
Latest posts made by szhvoj
-
RE: Need ssh on fog client
-
RE: Need ssh on fog client
It’s true, there is not password set in /etc/shadow, but SSH asks for any…
-
RE: Need ssh on fog client
I get a prompt for password: (192.168.41.23 is the fog client running in debug mode)
ssh 192.168.41.23
The authenticity of host ‘192.168.41.23 (192.168.41.23)’ can’t be established.
ECDSA key fingerprint is 9b:4f:79:21:2a:0d:36:7a:d1:ec:ce:ad:8b:61:b4:e9.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘192.168.41.23’ (ECDSA) to the list of known hosts.
root@192.168.41.23’s password:
Permission denied, please try again.
root@192.168.41.23’s password:
Permission denied, please try again.
root@192.168.41.23’s password:
Permission denied (publickey,password,keyboard-interactive). -
RE: Need ssh on fog client
Thanks a lot for the tip, it works. But where can I find the password or the key?
-
Need ssh on fog client
I tried to put dropbear on the fog client (init.xz), but even if I use 32bit or 64bit it says “binary execution error”.
How do I add a ssh server to the fog client?