Skip to content

jhgorrell/ssh-config-mode-el

Repository files navigation

ssh-config-mode-el/README

image

image

A mode to edit SSH config files.

It does the following:

  • Fontifys the SSH config keywords.
  • Keys for skipping from host section to host section.
  • Indentation of configuration found in the following locations:
.ssh/config
sshd?_config
known_hosts
authorized_keys2?

If you have a SSH config file that you'd like to use this mode on automatically, add this line as the first one in the file:

# -*- mode: ssh-config -*-

Or add somthing like this to your init file:

(add-to-list 'auto-mode-alist '("/path-to-your-ssh/config\\'" . ssh-config-mode))

License

ssh-config-mode-el is distributed under the GPL-3.0 (or any later version.)

Contributors

  • Harley Gorrell
  • John Mastro
  • Masahiro Hayashi
  • Matthew Weaver
  • Sharif Nassar
  • Ted Carnahan
  • USAMI Kenta
  • Wieland Hoffmann
  • iory
  • Александар Симић
  • Andrew Schwartzmeyer
  • Eder Elorriaga
  • Ville Skyttä