Displaying 1 result from an estimated 1 matches for "dsa_identity_file".
Did you mean:
rsa_identity_file
2000 Dec 21
1
Patch to allow DSA as well as RSA identities to be specified on the command line
...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 multiple identities specified in config-
+ uration files).
+
+ -I dsa_identity_file
+ Selects the file from which the identity (private key) for DSA
+ authentication is read. Default is $HOME/.ssh/id_dsa in the
+ user's home directory. Identity files may also be specified on a
+ per-host basis in the configuration file. It is...