🌐
Takeus Docs
takeus.fr
  • Home
  • 💻Sys/Net
    • Linux
      • SSH KEY
    • Windows
      • Prefer IPV4 instead IPV6
    • Virtualisation
      • Proxmox
        • Templates
        • Templates V2
        • Documentations Utiles
      • VMware
Propulsé par GitBook
Sur cette page
  • Automatique
  • Manuel

Cet article vous a-t-il été utile ?

  1. Sys/Net
  2. Linux

SSH KEY

Automatique

ssh-copy-id username@remote_host

Manuel

mkdir -p ~/.ssh && chmod 700 ~/.ssh
touch ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys
PrécédentLinuxSuivantWindows

Dernière mise à jour il y a 10 jours

Cet article vous a-t-il été utile ?

💻