SSH Session Manager
redial is a simple shell application that manages your SSH sessions on Unix terminal.
F5 (Browse)feature.
We recommend installing redial via pip:
pip3 install redial
You can install the latest version from Git:
pip3 install git+https://github.com/taypo/redial.git
Dockerfile is provided.
docker build -t redial .
docker run -it --rm redial:latest redial
More features coming soon..
Press
ENTERto connect a SSH session.
Press
F6or click
F6 New Folderto add a folder. There must be at least one connection under the folder.
Press
F7or click
F7 New Conn.to add a ssh connection.
Press
F5or click
F5 Browseto open mc (Midnight Commander) session.
Press
F8or click
F8 Removeto remove a session.
Press
F9or click
F9 Editto edit a session.
Press
CTRLand
up/downkeys to move session or folder. For macOS users: Use
ALTand
up/downkeys.
Configuration file is stored in
~/.config/redial/sessions. File format is same as the SSH config file. Configuration file can be included in SSH config file with the following way (Make sure that
~/.ssh/configfile exists):
sed -i -e '1iInclude ~/.config/redial/sessions' ~/.ssh/config
Windows is currently not supported.
redial is licensed under the GNU General Public License v3.0.