“Copier la touche SSH de Windows à Linux” Réponses codées

Copier la touche SSH de Windows à Linux

# PowerShell Script
# Note: this appends the key to authorized_keys, doesn't overwrite it
type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Outstanding Osprey

Copier la touche SSH de Windows à Linux

 scp ~/.ssh/id_rsa.pub [linux_user]@[linux_IP/linux_hostname]:~/.ssh/authorized_keys
Energetic Elephant

Réponses similaires à “Copier la touche SSH de Windows à Linux”

Questions similaires à “Copier la touche SSH de Windows à Linux”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code