Can't leave ssh connection page
See original GitHub issueBug report
Describe the bug
Just finished the setup using the bootstrap and everything worked fine, however, the ssh connection page never leaves and I did already registered the ssh-key provided in that same page.
I have this two ssh key added:
SHA256:... NAME="admin1" ...
SHA256:... NAME="ledokku" ...
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (11 by maintainers)
Top Results From Across the Web
What can I do when my SSH session is stuck? - Ask Different
All you need to do to exit an ssh session is type exit at the prompt.
Read more >How to kill or disconnect hung ssh session in Linux
There is a "secret" keyboard shortcut to force an unresponsive ssh session to exit. From the frozen session terminal, hit these keys in...
Read more >Why do consoles sometimes hang forever when SSH ...
The long-hang behavior on communication issues is not a bug, the SSH session is hanging out hoping the other side will come back....
Read more >Which is the most gentle way to end a ssh session [closed]
CTRL + d causes a logout . logout causes an exit . exit on its own is different only because it allows you...
Read more >How to disconnect from SSH connection - Linux Tutorials
The first way to disconnect from an SSH session is with the exit command. Issue this command on the remote terminal that you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m having the same issue too but I believe that it may be because of the ipv6 address that it defaults to.
Edit: The fix is to add the actual hostname/ip:
dokku config:set ledokku DOKKU_SSH_HOST=<your hostname/ip>
@Akirtovskis Yeah perhaps regenerating the ssh would work, I might try.
@pradel That would be amazing and would possibly avoid creating issues on Github that are probably not issues, like mine 😅