[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
user:ptacek:linux-cygwin [2008/07/03 17:28]
ptacek
user:ptacek:linux-cygwin [2009/02/17 15:19]
ptacek
Line 16: Line 16:
 == ssh download == == ssh download ==
 <code>ssh locke cat <localfile ">" lockefile</code> <code>ssh locke cat <localfile ">" lockefile</code>
 +
 +== keychain ==
 +pod mym cygwinem mi keychain 2.6.8 neloaduje klicky uvedene na commandlajne
 +bash: /home/companion: is a directory
 +uzivam radsi
 +<code>
 +keychain ~/.ssh/id_rsa
 +. /home/companion/.keychain/sc-client-sh
 +if [ `ssh-add -l | grep -c id_rsa` ]; then
 + echo "";
 +else
 + ssh-add
 +fi
 +</code>
  
  

[ Back to the navigation ] [ Back to the content ]