How do I set up SSH logins?
M3 provides an automatic and transparent way to configure your client machines to authenticate to the M3 Server.
Simply run the following command on the client machine, replacing 'your.m3.server' with the name or IP address of the M3 server
curl -s http://your.m3.server/setup | bash |
This will automatically add the correct SSH keys to the client. Â A session looks like this:
root@ubuntu:~# curl -s http://m3.example.com/setup | bash
Key already exists for user root
Adding key to asterisk
root@ubuntu:~# |
Â