Adding SSH Key via 1password
- Create SSH key in 1Pass.
- Grab Publickey
- Go to AD Server, open Powershell as admin.
- Edit command
Set-ADUser -Identity samaccountname -Add @{sshPublicKey="ssh-ed25519 AAAA... user@host"}
Set-ADUser -Identity samaccountname -Add @{sshPublicKey="ssh-ed25519 AAAA... user@host"}