Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SSH Key Setup Instructions

1. Generate a new RSA SSH key in PEM format

ssh-keygen -t rsa -b 4096 -m PEM -f ~/.ssh/<key_name>

2. List your SSH keys to verify

ls ~/.ssh

3. Copy the public key to the remote server

ssh-copy-id -i ~/.ssh/key_name.pub user@ip-address

4. Test SSH login

ssh -i ~/.ssh/key_name user@ip-address

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors