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
My initial idea is for one main server to be maintaining a directory of public keys, and each worker server/file server to update their authorized_keys file when a new server is added.
Another way is for each job message to include the the servers public key, and the worker/fileserver adds the keys each time. This might be easier to implement.
The text was updated successfully, but these errors were encountered:
My initial idea is for one main server to be maintaining a directory of public keys, and each worker server/file server to update their authorized_keys file when a new server is added.
Another way is for each job message to include the the servers public key, and the worker/fileserver adds the keys each time. This might be easier to implement.
The text was updated successfully, but these errors were encountered: