sergio_educacionit

powershell export pub key

Sep 8th, 2025
32
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"
Add Comment
Please, Sign In to add comment