Git Product home page Git Product logo

Comments (6)

xakraz avatar xakraz commented on May 26, 2024 1

So, we can close the issue ?

from sshportal.

fbarmentlo avatar fbarmentlo commented on May 26, 2024

Experiencing the same,
sshportal --version
sshportal version 1.10.0+dev

ssh localhost -p 2244 -l invite:fMi44x8YIGvm7eeT
The authenticity of host '[localhost]:2244 ([127.0.0.1]:2244)' can't be established.
RSA key fingerprint is SHA256:LqVQZg3YTdpZuNDKucHIrCX4KKhxy0QEU5TsE+9TIRU.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[localhost]:2244' (RSA) to the list of known hosts.
invite:fMi44x8YIGvm7eeT@localhost's password:

Install method also docker
I changed the port mapping with -p 2244:2222 as 2222 isn't available on the host

from sshportal.

duhow avatar duhow commented on May 26, 2024

Try using single quotes:

from sshportal.

clp71s avatar clp71s commented on May 26, 2024

Encountered the same issue as the above two users. Further testing identified that this error occurs when the host you're connecting from does not have an SSH key set up (so it cannot communicate an SSH public key to sshportal).

Fix is to run:

ssh-keygen -t rsa

Or similar to generate a key pair for use prior to connecting to sshportal.

from sshportal.

fbarmentlo avatar fbarmentlo commented on May 26, 2024

You're a life saver,that was indeed the solution!
Enter file in which to save the key (/home/user/.ssh/id_rsa): /home/user/.ssh/ sshportal
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in snip

user@hostname:$ ssh invite:[email protected] -p 2244 -i .ssh/sshportal
Welcome admin!
Your key is now associated with the user "admin@localhost".
Connection to 192.168.5.7 closed.
user@hostname:$ ssh [email protected] -p 2244 -i .ssh/sshportal
config>

from sshportal.

github-actions avatar github-actions commented on May 26, 2024

🎉 This issue has been resolved in version 1.12.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

from sshportal.

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.