Compare commits

...

2 Commits

Author SHA1 Message Date
Jean-Marie Mineau e32b4b7afc change jmmineau to histausse 3 years ago
Jean-Marie Mineau 20226166d4 the xonsh ssh agent seems broken 3 years ago

@ -2,12 +2,12 @@ AddKeysToAgent confirm
Host hindley hindley.adh.auro.re Host hindley hindley.adh.auro.re
HostName hindley.adh.auro.re HostName hindley.adh.auro.re
User jmmineau User histausse
Host azerty azerty.fil.sand.auro.re Host azerty azerty.fil.sand.auro.re
Hostname azerty.fil.sand.auro.re Hostname azerty.fil.sand.auro.re
ProxyJump hindley ProxyJump hindley
User jmmineau User histausse
Host 10.128.0.* *.adm.auro.re Host 10.128.0.* *.adm.auro.re
ProxyJump passerelle.auro.re ProxyJump passerelle.auro.re
@ -33,9 +33,23 @@ Host my_re2o re2o.deso-palaiseau.fr
Host hellman hellman.fil.sand.auro.re Host hellman hellman.fil.sand.auro.re
Hostname hellman.fil.sand.auro.re Hostname hellman.fil.sand.auro.re
User histausse User histausse
ProxyJump hindley
Host my_dns dns-histausse.fil.sand.auro.re Host my_dns dns-histausse.fil.sand.auro.re
Hostname dns-histausse.fil.sand.auro.re Hostname dns-histausse.fil.sand.auro.re
User histausse User histausse
ProxyJump hindley ProxyJump hindley
Host vb1
Hostname localhost
User histausse
Port 1122
Host vb2
Hostname localhost
User histausse
Port 1123
Host vb3
Hostname localhost
User histausse
Port 1124

@ -3,7 +3,7 @@ xontrib load pipeliner
xontrib load sh xontrib load sh
xontrib load onepath xontrib load onepath
$XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec $XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec
xontrib load ssh_agent # xontrib load ssh_agent
xontrib load bashisms xontrib load bashisms
xontrib load coreutils xontrib load coreutils

Loading…
Cancel
Save