User Tools

Site Tools


other:ssh

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
other:ssh [2023/04/14 12:35]
jypeter [Windows ssh agent] Cleaned the Win agent section
other:ssh [2023/05/03 08:32] (current)
jypeter [Windows ssh agent] Improved
Line 376: Line 376:
 ==== Windows ssh agent ==== ==== Windows ssh agent ====
  
-  * On Windows, ​you should use [[other:​putty_conf#​using_the_private_key_in_pageant|Pageant/​PuTTY]] as an //ssh agent//, because [[other:​putty_conf#​launching_putty_pageant|Pageant/​PuTTY]] also offers a very easy and convenient way to define profiles to connect to your favorite servers+  * On Windows, ​we recommend using [[other:​putty_conf#​using_the_private_key_in_pageant|Pageant/​PuTTY]] as an //ssh agent//, because
 +    * [[other:​putty_conf#​launching_putty_pageant|Pageant/​PuTTY]] also offers a very easy and convenient way to define profiles to connect to your favorite servers 
 +    * Some programs that use ''​ssh''​ to transfer files will automatically use the keys stored in ''​Pageant'':​ [[other:​win10apps#​winscp|WinSCP]],​ [[other:​emacs_doc|emacs]],​ ...
  
   * It is also possible (but less convenient) to use the Windows built-in ''​ssh-agent''​ and ''​ssh''​ commands!   * It is also possible (but less convenient) to use the Windows built-in ''​ssh-agent''​ and ''​ssh''​ commands!
Line 398: Line 400:
  
 C: > ssh-add C: > ssh-add
-Enter passphrase for C:​\Users\your_login/​.ssh/​id_dsa:​+Enter passphrase for C:​\Users\your_login/​.ssh/​id_dsa: ​XXXX_Type_Your_Passphrase_Here_XXXX
 Identity added: C:​\Users\your_login/​.ssh/​id_dsa Identity added: C:​\Users\your_login/​.ssh/​id_dsa
-Identity added: C:​\Users\your_login/​.ssh/​id_ed25519</​code>​+Identity added: C:​\Users\your_login/​.ssh/​id_ed25519 
 + 
 +C: > ssh-add -l 
 +1024 SHA256:/​vC3Ma6s9Wj[Some_Summary_Info_About_The_Key]c1Q4 (DSA) 
 +256 SHA256:​8BGKU+zBnJXH[Some_Summary_Info_About_The_Key]2Al8 jypeter@obelix5 (ED25519)</​code>​
  
 ==== Mac ssh agent ==== ==== Mac ssh agent ====
other/ssh.1681475742.txt.gz · Last modified: 2023/04/14 12:35 by jypeter