| 
   ⇤ ← Revision 1 as of 2018-05-03 09:22:15   
  Size: 378 
  
  Comment:  
 | 
    ← Revision 2 as of 2018-08-17 10:53:52  ⇥ 
  Size: 379 
  
  Comment:  
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 8: | Line 8: | 
| == Connect to host where the ublic key is in ~/.ssh/authorized_keys == | == Connect to host where the public key is in ~/.ssh/authorized_keys == | 
putty
Program to access SSH servers in Windows
Generate key pair
- Use puttygen and save the shown pub key to a key.pub file. Also store the private key in a file.
 
Connect to host where the public key is in ~/.ssh/authorized_keys
- putty -i priv.ppk userx@hostx -P 1234
 
