ssh

Dies ist eine alte Version des Dokuments!


SSH

Konfiguration mit keychain: .ssh/config

 <font inherit/monospace;;inherit;;#000000background-color:#ffffff;>Host *</font>    IgnoreUnknown UseKeychain
   UseKeychain yes
   ForwardAgent yes
   AddKeysToAgent yes
   IdentityFile ~/.ssh/id_rsa

.bashrc

 <font inherit/monospace;;inherit;;#18b218background-color:#ffffff;>if</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;></font>
 <font inherit/inherit;;inherit;;#18b218background-color:#ffffff;>[[</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;></font>
 <font inherit/inherit;;inherit;;#18b218background-color:#ffffff;>`</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;>uname</font>
 <font inherit/inherit;;inherit;;#18b218background-color:#ffffff;>`</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;></font>
 <font inherit/inherit;;inherit;;#18b218background-color:#ffffff;>==</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;>thommie</font>
 <font inherit/inherit;;inherit;;#18b218background-color:#ffffff;>]]</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;></font>
 <font inherit/inherit;;inherit;;#18b218background-color:#ffffff;>then</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;></font>    /usr/bin/keychain
 <font inherit/inherit;;inherit;;#ff5454background-color:#ffffff;>$HOME</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;>/.ssh/id_rsa</font>    source
 <font inherit/inherit;;inherit;;#ff5454background-color:#ffffff;>$HOME</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;>/.keychain/</font>
 <font inherit/inherit;;inherit;;#ff5454background-color:#ffffff;>$HOST</font>
 <font inherit/inherit;;inherit;;#000000background-color:#ffffff;>-sh</font>
 <font inherit/inherit;;inherit;;#18b218background-color:#ffffff;>fi</font> 
  • ssh.1701202078.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)