Don't use untaint, hardcode the PATH

Untaint isn't really useful for $PATH, as we're only looking
there for the location of the ssh executable. If we don't find
it in /bin:/usr/bin, then the user can specify the full path in
their .kuprc.
1 file changed