Advertisement
Sergio_Istea

powershell export pub key

Aug 22nd, 2024 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. > ssh usuario@ipinstancia "mkdir -p .ssh"
  2. > type C:\Users\usuario\.ssh\id_rsa.pub | ssh usuario@ipinstancia "cat >> .ssh/authorized_keys"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement