From fbf64184dff33adc9dec19db243f0eaba3594140 Mon Sep 17 00:00:00 2001 From: aiju Date: Mon, 24 Apr 2017 16:07:34 +0000 Subject: [PATCH] ssh: fix typo --- sys/src/cmd/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/ssh.c b/sys/src/cmd/ssh.c index a486c9fb4..4595153da 100644 --- a/sys/src/cmd/ssh.c +++ b/sys/src/cmd/ssh.c @@ -827,7 +827,7 @@ passauth(void) if(!authok(authmeth)) return -1; - up = auth_getuserpasswd(auth_getkey, "proto=pass servive=ssh user=%q server=%q thumb=%q", + up = auth_getuserpasswd(auth_getkey, "proto=pass service=ssh user=%q server=%q thumb=%q", user, host, thumb); if(up == nil) return -1;