From 8e4001f110a1d606772d3c9b1a007a59957470e1 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 25 Feb 2000 04:41:06 +0000 Subject: Fix garbage in SSH_PROGRAM (only on freefall, not internat) --- crypto/openssh/ssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/openssh/ssh.h') diff --git a/crypto/openssh/ssh.h b/crypto/openssh/ssh.h index e2cc7be..d72b017 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 -- cgit v1.1