Noobs will be Noobs
Because you asked for it
Pages
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)