rootserver

  1. vs2-free-users

    Quick Start Guide Setting up SSH Key Authentication on a rootserver

    Quick Start Guide Setting up SSH Key Authentication on a rootserver - You create an SSH key on the local computer ssh-keygen -b [Key strength] -t [Key type] Example: ssh-keygen -b 4096 -t rsa - Next you copy your public key to your server scp ~/.ssh/id_[Key type].pub...
Top