Martin Sivak <[EMAIL PROTECTED]> writes:
> I mean, how would you setup different identities for more user
> accounts on the same server (it doesn't happen often, but..)?
I do not claim the way I do is the best way, but I do that all
the time.
I just use different "name" to connect, by setting up
> I understand why you would want this if your ssh binary is
> called something other than ssh [*1*], but I doubt the example
> you gave needs this patch. Could you explain why having
> something like this in your .ssh/config file is not enough?
>
> Host foo.bar.xz
> Protocol 1
>
Martin Sivak <[EMAIL PROTECTED]> writes:
> This patch make possible to use alternate ssh binary or ssh helper
> script. The script can be used to give additional parameters to ssh
> binary (like private key, protocol version, ...).
>
> Example script could look like this:
>
> #!/bin/sh
> ssh -1 -i
This patch make possible to use alternate ssh binary or ssh helper
script. The script can be used to give additional parameters to ssh
binary (like private key, protocol version, ...).
Example script could look like this:
#!/bin/sh
ssh -1 -i myprivatekey.key "$@"
The patch itself is realy very s
4 matches
Mail list logo