Coder Social home page Coder Social logo

gomiko's People

Contributors

ali-aqrabawi avatar eckelcu avatar egr3s avatar jthampton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gomiko's Issues

Get Config without enable password is failing

To resolve the issue of SecretOption I took the latest pull of the library with the master tag as shown below
go get -u github.com/Ali-aqrabawi/gomiko/pkg@master
and now even for command which doesn't required a enable password it is asking for it and giving me the below error
failed to send enable password, make sure you have passed SecretOption() option: timeout while reading, read pattern not found pattern

Add setting for custom timeouts?

Can you add a parameter or setting to allow for custom timeouts? I see the default for a connection is set to 6 seconds. Sometimes I timeout when connecting to a device and sometimes it works perfectly. I would like to adjust the timeout to see if bumping to 10 seconds would allow a connection to be established more consistently. I'm currently working with both Cisco ASA and Nexus devices, and I see that both devices have this behavior.

Let me know how to contribute and maybe I can work on a potential fix. (And great work on this library - It's proven to be very helpful!)

failed to send enable password, make sure you have passed SecretOption() option:

I am trying to get output of a cisco device using command 'dir flash:' and also passing secretOption in the parameters still getting issue stated:

failed to send enable password, make sure you have passed SecretOption() option: timeout while reading, read pattern not found pattern: username privilege 15 secret 0 <mypassword

License FIle

It would be a good idea that add a license file.

支持华为交换机吗

我想问一下如果连接华为交换机,那么 gomiko.NewDevice 中的 DeviceType 应该写啥值?

read buff is too small

func (c *SSHConn) Read() (string, error) {

buff := make([]byte, 2048) // need 204800 or bigger

n, err := c.reader.Read(buff)
return string(buff[:n]), err

}

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.