summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-25 04:41:06 +0000
committerpeter <peter@FreeBSD.org>2000-02-25 04:41:06 +0000
commit8e4001f110a1d606772d3c9b1a007a59957470e1 (patch)
tree19136bd7140908969f0e52dfaa80dca9acdf9b72 /crypto/openssh/ssh.h
parentd28a31c2207431c46c05d0ed9a5ba147af01c0e9 (diff)
downloadFreeBSD-src-8e4001f110a1d606772d3c9b1a007a59957470e1.zip
FreeBSD-src-8e4001f110a1d606772d3c9b1a007a59957470e1.tar.gz
Fix garbage in SSH_PROGRAM (only on freefall, not internat)
Diffstat (limited to 'crypto/openssh/ssh.h')
-rw-r--r--crypto/openssh/ssh.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud