Noobs will be Noobs
Because you asked for it
Pages
(Move to ...)
Home
▼
How to setup an SSH Key and connect to ubuntu server
Create SSH Key using
ssh-keygen
Copy .pub key to server
ssh-copy-id username@remote_host
Validate previous steps by connecting to server
ssh username@remote_host
disable password authentication
enable firewall
‹
›
Home
View web version