moul/assh

Create a small appspot/heroku app which transforms ssh/assh config

moul opened this issue · 1 comments

moul commented
Create a small appspot/heroku app which transforms ssh/assh config
moul commented

Dev app (branch=develop) deployed on Heroku at https://assh-dev.herokuapp.com/

$ http --form POST https://assh-dev.herokuapp.com/assh-to-ssh assh_config="hosts:\n  toto:\n    port: 42" | jq -r .ssh_config
# This file was automatically generated by assh v2.5.0+dev
# on 2017-01-31 20:50:39 +0000 UTC, based on ~/.ssh/assh.yml
#
# more info: https://github.com/moul/advanced-ssh-config

# host-based configuration
# global configuration
Host *
  ProxyCommand assh connect --port=%p %h