ref: fbf64184dff33adc9dec19db243f0eaba3594140
parent: f8eb5a1d13c1911c95fd26fbbc300e74aee558af
author: aiju <devnull@localhost>
date: Mon Apr 24 12:07:34 EDT 2017
ssh: fix typo
--- a/sys/src/cmd/ssh.c
+++ b/sys/src/cmd/ssh.c
@@ -827,7 +827,7 @@
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;