Import SSH keys
Description
Requirements and installation
$ScriptInstallUpdate ssh-keys-import;Usage and invocation
/ system script run ssh-keys-import;while read type key name; do echo $type $key $name > $name.pub; done < authorized_keysLast updated
Was this helpful?