[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.31 and 1.32

version 1.31, 2019/11/12 19:33:08 version 1.32, 2024/05/17 00:30:24
Line 39 
Line 39 
   
 #define _PATH_SSH_PROGRAM               "/usr/bin/ssh"  #define _PATH_SSH_PROGRAM               "/usr/bin/ssh"
   
   /* Binary paths for the sshd components */
   #define _PATH_SSHD_SESSION              "/usr/libexec/sshd-session"
   
 /*  /*
  * The process id of the daemon listening for connections is saved here to   * The process id of the daemon listening for connections is saved here to
  * make it easier to kill the correct daemon when necessary.   * make it easier to kill the correct daemon when necessary.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32