]> andersk Git - openssh.git/blobdiff - ssh.c
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 9ec183365380555d3ea1276a6a8f950a86cd46c2..d0f4817e00e5197f506f0da19edec4ae739dedbd 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -215,6 +215,7 @@ main(int ac, char **av)
   else
     cp = av0;
   if (strcmp(cp, "rsh") != 0 && strcmp(cp, "ssh") != 0 &&
+      strcmp(cp, "openssh") != 0 && strcmp(cp, "openlogin") != 0 &&
       strcmp(cp, "rlogin") != 0 && strcmp(cp, "slogin") != 0)
     host = cp;
   
This page took 0.307924 seconds and 4 git commands to generate.