cssh icon indicating copy to clipboard operation
cssh copied to clipboard

[Feature reques] Allow alternative to known_hosts

Open quazgar opened this issue 12 years ago • 1 comments

Since known_hosts does only contain hashed entries if ssh's HashKnownHosts is enabled, this is not of use anymore (to the users where this feature is set). So my suggestion:

  • Allow to set an customizable alternative file which then is simply parsed for host names. This file could be filled manually with those entries I want to have in plaintext.
  • And/or allow to enter host names in a bash-expansion like manner: e.g. myhost[1-5,7-9]

quazgar avatar Aug 08 '13 19:08 quazgar

I'm careful to run with HashKnownHosts no in my ~/.ssh/config file, but I would still accept a patch doing what you describe here. Also, someday I need to offer the option to be using M-x shell or M-x eshell instead of M-x term that I just don't use anymore myself...

dimitri avatar Sep 08 '13 20:09 dimitri