https://github.com/peterhoeg/ssh-config-mode-el
emacs mode for editing ssh config files.
https://github.com/peterhoeg/ssh-config-mode-el
emacs emacs-lisp melpa ssh-config
Last synced: 6 months ago
JSON representation
emacs mode for editing ssh config files.
- Host: GitHub
- URL: https://github.com/peterhoeg/ssh-config-mode-el
- Owner: peterhoeg
- License: gpl-3.0
- Created: 2012-05-14T05:23:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T00:48:34.000Z (8 months ago)
- Last Synced: 2025-03-31T05:08:27.052Z (6 months ago)
- Topics: emacs, emacs-lisp, melpa, ssh-config
- Language: Emacs Lisp
- Size: 105 KB
- Stars: 58
- Watchers: 2
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
ssh-config-mode-el/README
==================================================.. image:: https://melpa.org/packages/ssh-config-mode-badge.svg
:target: https://melpa.org/#/ssh-config-mode.. image:: https://github.com/peterhoeg/ssh-config-mode-el/actions/workflows/10-run-tests.yml/badge.svg
:target: https://github.com/peterhoeg/ssh-config-mode-el/actions/workflows/10-run-tests.ymlA 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))
Links
----------------------------------------- https://github.com/peterhoeg/ssh-config-mode-el
- https://github.com/openssh/openssh-portableLicense
----------------------------------------``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ä