Adding SSH Key via 1password
- Create SSH key in 1Pass.
- Copy Public Key
- Go to AD Server, open Powershell as admin.
- Edit command
Set-ADUser -Identity samaccountname -Add @{sshPublicKey="ssh-ed25519 AAAA... user@host"}Example would be Set-ADUser -Identity a.dhealey-Add @{sshPublicKey="ssh-ed25519 AAAA... a.dhealey@1pass"}
- Run command. This should eddit the SSHPublickKEy attribute for the AD user.
- Add fingerprint to whatever you are using for.
No comments to display
No comments to display