Skip to main content

Adding SSH Key via 1password

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