User Tools

Site Tools


ubuntu-page-5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu-page-5 [2023/10/15 20:40] – created adminubuntu-page-5 [2024/09/22 03:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Login with a key ====== ====== Login with a key ======
  
-1. +1. Generate RSA Keys 
 +<code>ssh-keygen -t rsa</code> 
 +2. Login to the server and transfer your public key 
 +<code>ssh-copy-id -i ~/.ssh/id_rsa.pub LOGIN@SERVER</code> 
 +3. Login to the server 
 +<code>ssh LOGIN@SERVER</code>
  
 +[[ubuntu-main-page|Ubuntu Main Page]]
  
 [[https://docs.serv00.com/Login_with_key/|Login with a Key Reference]] [[https://docs.serv00.com/Login_with_key/|Login with a Key Reference]]
  
ubuntu-page-5.1697402431.txt.gz · Last modified: 2024/09/22 03:55 (external edit)