-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime error: slice bounds out of range #157
Comments
Hello, The same error occurred. Go version: go1.6.3 darwin/amd64 |
Hey guys, thank you for the report, Can you both send me the content of your (anonymized) |
Hi @moul, thank you for your reply. Here's the output of my
I think ASSH works well in version 2.3.0. |
Here is mine ---
hosts:
git.example.com:
inherits:
- git
github.com:
inherits:
- git
backup:
Hostname: backup.example.com
inherits:
- public
staff:
Hostname: staff.example.com
inherits:
- public
"zimbra-git":
Hostname: git.zimbra.com
User: public
IdentityFile: ~/.ssh/zimbra_git
IdentitiesOnly: yes
Port: 1067
templates:
public:
Port: 2222
git:
User: git
IdentityFile: ~/.ssh/git
Port: 22
defaults:
ControlMaster: auto
ControlPath: ~/tmp/.ssh/cm/%h-%p-%r.sock
ControlPersist: yes
Port: 22
User: user
IdentityFile: ~/.ssh/id_rsa
ForwardAgent: yes
IdentitiesOnly: yes
includes:
- ~/.ssh/assh.d/*.yml Note: there's nothing in assh.d/ |
Fixed, I will release a new version now :) |
Version 2.4.1 released |
awesome, all good now. |
Hi,
I'm getting the following trying to use assh wrapper:
Any idea ?
Go version: go1.6.3 linux/amd64
ASSH version: 2.4.0 (via go get)
The text was updated successfully, but these errors were encountered: