Skip to content

kagetora66/easy-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

easy-ssh for emacs

Are you working with multiple ssh hosts? Is it annoying to write "/ssh" in tramp or #port each time you want to connect to your host? Then this small tool will be useful to you.

What this function will do

  • Prompts you for host and desired ip upon call

  • Displays a list of previous hosts and ports for quick completion

screenshot

How to install? First copy the file to your emacs.d

git clone --depth 1 https://github.com/kagetora66/easy-ssh /tmp/easy-ssh && \
cp /tmp/easy-ssh/*.el ~/.emacs.d/ && \
rm -rf /tmp/easy-ssh

Then add this line to your emacs initialization file

`(load "~/.emacs.d/easy-ssh.el")`

About

Small function for easily managing ssh connections

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors