You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I need to get a list of all clients connected to a Nebula network.
after reading issues, found #545 that answer my question
but I don't know how to run sshd in my CLI
Can anybody help me?
The text was updated successfully, but these errors were encountered:
sshd:
enabled: true
listen: 127.0.0.1:12222
# A file containing the ssh host private key to use
# A decent way to generate one: ssh-keygen -t ed25519 -f ssh_host_ed25519_key -N "" < /dev/null
host_key: /etc/nebula/ssh_host_ed25519_key
# A file containing a list of authorized public keys
authorized_users:
- user: root
keys:
# copy/paste the content of ssh_user.key.pub:
- "ssh-rsa XXXXXXXXXXXXXXXXXXXXX"
Hi,
I need to get a list of all clients connected to a Nebula network.
after reading issues, found #545 that answer my question
but I don't know how to run sshd in my CLI
Can anybody help me?
The text was updated successfully, but these errors were encountered: