Hello,
I use an Ubuntu Server in a Droplet with the composer 1. I tried to upgrade composer 1 to 2, but every time, when I try to connect by ssh on server, the shell doesn’t start automatic anymore, only the 3 dots blinking. So after sometime, I press the enter button e the terminal starts the shell.
This happens only after the composer update.
Any Ideas?
Attachment Example
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
You could try deleting the
motd
message by running therm
command from the screenshot to remove the99-one-click
file.If this still does not work, I could suggest checking the
~/.bashrc
file.If this still does not help, I could suggest trying to ssh and adding the
-vvv
flag, this should give you more information on what might be going on during the initial connection.Best,
Bobby