You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ assh config build
# This file was automatically generated by assh vn/a (n/a)
# on 2021-04-14 22:48:12 +0200 CEST, based on ~/.ssh/assh.yml
#
# more info: https://github.com/moul/assh
# host-based configuration
# global configuration
Host *
ProxyCommand /home/tompos/go/bin/assh connect --port=%p %h
If I add other default options, they work, yml files can be included, just this one is missing.
What I want to achieve is basically adding another ssh config file. What do I miss here?
The text was updated successfully, but these errors were encountered:
I found that if I disable the wrapper alias ssh="assh wrapper ssh --" then both BeforeConfigWrite and AfterConfigWrite are working, if I enabled it, then only OnConnect and OnDisconnect will work. No idea why, but this works for me.
It's like ignored:
assh.yml
build:
If I add other default options, they work, yml files can be included, just this one is missing.
What I want to achieve is basically adding another ssh config file. What do I miss here?
The text was updated successfully, but these errors were encountered: