Giter Site home page Giter Site logo

Comments (5)

graveguardian avatar graveguardian commented on July 18, 2024

In reading the SSH release doc, it states:

"Incompatibility is more likely when connecting to older SSH
implementations that have not been upgraded or have not closely tracked
improvements in the SSH protocol. For these cases, it may be necessary
to selectively re-enable RSA/SHA1 to allow connection and/or user
authentication via the HostkeyAlgorithms and PubkeyAcceptedAlgorithms
options. For example, the following stanza in ~/.ssh/config will enable
RSA/SHA1 for host and user authentication for a single destination host:

Host old-host
    HostkeyAlgorithms +ssh-rsa

PubkeyAcceptedAlgorithms +ssh-rsa

We recommend enabling RSA/SHA1 only as a stopgap measure until legacy
implementations can be upgraded or reconfigured with another key type
(such as ECDSA or Ed25519)."

So, if I understand this correctly, I need to modify ~/.ssh/config to add those lines, correct? How do I do that if I can't log in to the server? Via VNC from within my account on my host?

Thanks for any direction!

from boa.

omega8cc avatar omega8cc commented on July 18, 2024

Have you added your SSH keys on the server as explained in the docs before running installation?

from boa.

graveguardian avatar graveguardian commented on July 18, 2024

from boa.

omega8cc avatar omega8cc commented on July 18, 2024

Perhaps you have too old OpenSSH version installed locally? Try to upgrade and generate new SSH keys to make sure, I don't see any other reason why you would be locked. Also, make sure to read:

* Once OpenSSH is installed on barracuda upgrade, the server keys will change,

from boa.

graveguardian avatar graveguardian commented on July 18, 2024

from boa.

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.