Code Monkey home page Code Monkey logo

ssh-dialog's Introduction

SSH-Dialog

Yet Another SSH Dialog Utility.

Features:

  • Ruby.
  • YAML configuration.
  • Gemfile.
  • Works on GNU/Linux, MacOS-X...

Tips:

  • You can share the YML config with multiple computers using dropbox or other services.

Requirements:

  • Ruby, via RVM or similar.
  • Dialog utility.
  • Any text editor.
  • SSH client.

License:

  • GPLv2, view the LICENSE file.

Install:

  • Install dialog command line utility:

    • Debian: apt-get install dialog
    • OsX: brew install dialog
  • Clone this repo and cd into his dir.

  • Bundle, install gem dependencies:

    • bundle install
  • Make config dir:

    • mkdir -p ~/.config
  • Copy the config example file:

    • cp ssh-dialog.yml.dist ~/.config/ssh-dialog.yml
  • Use your favorite editor to make your own config.

  • Exec ./ssh-dialog.rb, link to anywhere on your path...

I hope you like it!

Config file format:

defaults:
	# Optional: Defaults to current user if not exists
	username: root

groups:
	# Any group title
	group-1:
		# Optional: Key filename for this group
		key: ~/.ssh/id_rsa
		hosts:
			# Host title
			own-server-one:
				# FQDN or IP address
				hostname: my.server.tdl
				# Optional: Key filename. Overrides group key
				key: ~/.ssh/id_rsa
				# Optional: Default or current username is used if not especified
				username: root
				# Optional: Port number, standar 22 if not especified
				port: 222

ssh-dialog's People

Contributors

jorgefuertes avatar

Stargazers

 avatar FCP avatar Ramon Martinez avatar

Watchers

 avatar Javi Rubio avatar James Cloos avatar Ramon Martinez avatar Pablo Sanchez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.