Displaying 1 result from an estimated 1 matches for "rsa_identity_file".
Did you mean:
dsa_identity_file
2000 Dec 21
1
Patch to allow DSA as well as RSA identities to be specified on the command line
...-----
diff -U2 openssh-2.2.0p1/ssh.0 openssh-2.2.0p1.nigelw/ssh.0
--- openssh-2.2.0p1/ssh.0 Sat Sep 2 10:08:46 2000
+++ openssh-2.2.0p1.nigelw/ssh.0 Thu Dec 21 10:53:07 2000
@@ -224,5 +224,5 @@
-g Allows remote hosts to connect to local forwarded ports.
- -i identity_file
+ -i rsa_identity_file
Selects the file from which the identity (private key) for RSA
authentication is read. Default is $HOME/.ssh/identity in the
@@ -230,4 +230,12 @@
per-host basis in the configuration file. It is possible to have
multiple -i options (and multi...