Git Product home page Git Product logo

Comments (3)

nirui avatar nirui commented on August 30, 2024

可能是因为服务器上没有打开Password验证模式而导致的,你可以在/etc/ssh/sshd_config里打开试试。

SSH握手的时候客户端会出示可用的验证方式。如果你在Sshwifty里选择了Password,Sshwifty在握手的时候就会出示(且仅会出示)Password这个验证方式。SSHd接收客户端的握手之后,会根据自身所启用的验证方式以及客户端所提供的验证方式,在两者的交集里进行登录验证。当这个交集里没有可用验证方式时,就会出现上面的错误。

注意:一般SSHd中有两种验证方式允许你通过输入密码的方式进行登录,一种是Password,还有一种叫Keyboard-Interative。Sshwifty目前还不支持Keyboard-Interative。

from sshwifty.

nibazshab avatar nibazshab commented on August 30, 2024

原来如此,我这里是用的 Keyboard-Interative 登陆,望尽快支持,感谢

from sshwifty.

suqianstone2023 avatar suqianstone2023 commented on August 30, 2024

是这样的 比如 freebsd 的sshd验证方式就是Keyboard-Interative

from sshwifty.

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.