Am 29.11.2011 14:26, schrieb Neal Becker: > I don't want to change my ssh key that I use for many other purposes. What > is > the suggested method to generate a new key to be used only for fedora?
~/.ssh/config
Host whatever
User user
IdentityFile path-to-file
______________________
-i identity_file
[harry@rh:~]$ ssh --help
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-I pkcs11] [-i identity_file]
[harry@rh:~]$ scp --help
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
signature.asc
Description: OpenPGP digital signature
-- devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/devel
