diff options
| -rw-r--r-- | crypto/openssh/ssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/ssh.h b/crypto/openssh/ssh.h index e2cc7becbd59..d72b0176e086 100644 --- a/crypto/openssh/ssh.h +++ b/crypto/openssh/ssh.h @@ -79,7 +79,7 @@ #define SERVER_CONFIG_FILE ETCDIR "/sshd_config" #define HOST_CONFIG_FILE ETCDIR "/ssh_config" -#define SSH_PROGRAM "/usrn1G/bin/ssh" +#define SSH_PROGRAM "/usr/bin/ssh" /* * The process id of the daemon listening for connections is saved here to |
