Giter Site home page Giter Site logo

Unable to add Home Assistant about xpipe HOT 10 OPEN

paulharman avatar paulharman commented on May 25, 2024
Unable to add Home Assistant

from xpipe.

Comments (10)

crschnick avatar crschnick commented on May 25, 2024 1

How exactly do you connect to this? What happens if you run ssh -T user@host manually in the terminal?

from xpipe.

paulharman avatar paulharman commented on May 25, 2024

I just have a session in SolarPutty

image

If I run ssh -T [email protected] I get

Corrupted MAC on input.
ssh_dispatch_run_fatal: Connection to 192.168.0.13 port 22: message authentication code incorrect

However, if I run ssh -m [email protected] [email protected] it connects correctly.

image

from xpipe.

crschnick avatar crschnick commented on May 25, 2024

For now, since you can't add custom options to SSH connections in xpipe, you could add this connection to your user openssh config file at ~/.ssh/config with the appropriate options and then import that in xpipe.

from xpipe.

paulharman avatar paulharman commented on May 25, 2024

How can I do this in windows please?

from xpipe.

crschnick avatar crschnick commented on May 25, 2024

That should work exactly the same, the directory is %USERPROFILE%\.ssh\config for the OpenSSH config.

You should just be able to add an entry like this:

Host test_system
    HostName localhost
    User username
    Port 22
    MACs [email protected]

and any other options that you need. You can follow a guide like this: https://linuxize.com/post/using-the-ssh-config-file/

from xpipe.

Related Issues (20)

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.