Difference between revisions of "Talk:Secure Shell"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
m (SSH Login with or with Key Password)
 
(One intermediate revision by one user not shown)
Line 4: Line 4:
 
* [[Secure Shell - auto login ssh]]
 
* [[Secure Shell - auto login ssh]]
 
* [[Secure Shell - Secure Copy Available on OSX]]
 
* [[Secure Shell - Secure Copy Available on OSX]]
 +
 +
== SSH Login with or with Key  Password ==
 +
 +
* [http://linuxproblem.org/art_9.html SSH login without password]
 +
* [https://www.shellhacks.com/ssh-login-without-password/ 3 Steps to Perform SSH Login Without Password]
 +
* [https://www.techjunkie.com/ssh-login-without-key-password/ How to Use SSH Login Without Key or Password]
 +
 +
BEFORE MAKING NEW KEY PAIRS....
 +
 +
Try to Find an Existing Secure Shell Key Pair
 +
 +
You need to run this command and check if there are SSH keys that already exist:
 +
 +
$ ls -al ~/.ssh/id_*.pub

Latest revision as of 17:11, 24 July 2020

Create some Templates

SSH Login with or with Key Password

BEFORE MAKING NEW KEY PAIRS....

Try to Find an Existing Secure Shell Key Pair

You need to run this command and check if there are SSH keys that already exist:

$ ls -al ~/.ssh/id_*.pub