home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2013 / 2013.06.linuxmafia.com / linuxmafia.com / pub / ms-windows / igaly-ssh / readme.igaly < prev    next >
Encoding:
Text File  |  1997-05-11  |  1.0 KB  |  28 lines

  1. Instalation instruction:
  2.  
  3. SSH client need crypto library. Actual 32 bit version 
  4. running only with old version of this library, but there are 
  5. some problems with DES in this version, so you must
  6. use patch to fix it.
  7.  
  8. Help not included and some users have problem with RSA
  9. authorization. You must have pgp instaled somewhere and
  10. you must create your own key (pgp -kg). Then you must
  11. extract only this one key from your secring.pgp (pgp -kx),
  12. and save into my_key.pgp for example. This file (my_key.pgp)
  13. you must open from ssh client menu ("keys"->"pgp to 
  14. authorize keys") and you must select your key in dialog
  15. window. Click on "ok". Save into "identity.pub" file
  16. from next dialog window.
  17.  
  18. This file ("identity.pub") you must add onto your 
  19. "$HOME/.ssh/authorized_keys" file on target Unix system.
  20. After this, rename file "my_key.pgp" onto "identity"
  21. and store into your ssh client directory. Create new
  22. profile in ssh client menu ("Action"->"Connect") and
  23. add file "identity" into client identities 
  24. (use "identities" button). Save profile and be happy.
  25.  
  26.  
  27.  
  28.