[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/pathnames.h between version 1.26 and 1.27

version 1.26, 2017/05/03 21:08:09 version 1.27, 2017/05/05 10:42:49
Line 63 
Line 63 
  * Name of the default file containing client-side authentication key. This   * Name of the default file containing client-side authentication key. This
  * file should only be readable by the user him/herself.   * file should only be readable by the user him/herself.
  */   */
 #define _PATH_SSH_CLIENT_IDENTITY       _PATH_SSH_USER_DIR "/identity"  
 #define _PATH_SSH_CLIENT_ID_DSA         _PATH_SSH_USER_DIR "/id_dsa"  #define _PATH_SSH_CLIENT_ID_DSA         _PATH_SSH_USER_DIR "/id_dsa"
 #define _PATH_SSH_CLIENT_ID_ECDSA       _PATH_SSH_USER_DIR "/id_ecdsa"  #define _PATH_SSH_CLIENT_ID_ECDSA       _PATH_SSH_USER_DIR "/id_ecdsa"
 #define _PATH_SSH_CLIENT_ID_RSA         _PATH_SSH_USER_DIR "/id_rsa"  #define _PATH_SSH_CLIENT_ID_RSA         _PATH_SSH_USER_DIR "/id_rsa"

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27