Changes between Version 7 and Version 8 of FeddCommands
- Timestamp:
- Jun 4, 2009 5:26:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddCommands
v7 v8 16 16 == Confirm_sshkey.py == 17 17 18 The `confirm_sshkey.py` command is used by `fedd` to confirm that a local account can be accessed using an SSH public key. It does this by accessing the Emulab database, and must run on `boss`. It is included in the distribution ofr administrators who want to be able to confirm keys without patching `addpubkey`.18 The `confirm_sshkey.py` command is used by `fedd` to confirm that a local account can be accessed using an SSH public key. It does this by accessing the Emulab database, and must run on `boss`. It is included in the distribution for administrators who want to be able to confirm keys without patching `addpubkey`. 19 19 20 20 The command takes the same arguments as the extended version of `addpubkey`, which is to say the same arguments as the unextended `addpubkey` plus '''-C'''. Other than installing it and adjusting the '''confirmkey''' parameter in the [allocation] section of the [FeddConfig#AllocationOptions configuration file] users should rarely need this command. By default the fedd package `confirm_sshkey.py` in `/usr/local/bin`.