-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot connect to the server after server maintenance #91
Comments
Please write down your input/output/configuration in more details so that we can help you debug the connection problem. (I can connect to the server now...) |
|
방금전에 known_hosts의 내용을 지우고 접속을 하니 되었는데 다시 시도하니 되지않습니다.. visual studio code의 왼쪽 아래에 초록색 버튼을 눌러 'Remote SSH: Connect to host -> cs420'과 같은 방식으로 접속 시도시 이전과 같이 'could not establish connection'과 함께 아래와 같이 아웃풋이 출력됩니다.
|
I'm struggling with same issue.
|
@rubidam @kaist-kihwan Actually, I can connect to the server now. So I would like to ask you to check if it is set to block the ssh connection in firewall settings. Occasionally, firewall settings can cause |
After I delete all the file in "~/.vscode-server/bin/" now I can connect well. I think it's a vs code error. |
@kaist-kihwan Great! |
In my case, I don't have '.vscode-server' directory, and I still get a problem... |
.vscode-server is secret directory so you cannot find it by normal way including ls command. Please do "cd .vscode-server" in "~/" directory by cmd since you can connect to server with cmd. I was struggle with same issue with you. |
@kaist-kihwan Thank you! It works very well!!!! |
@kaist-kihwan Sorry for bothering, but what should I do if I cannot connect to server also via cmd, with 'connection timed out'? Would you share how you have solved it? |
If you are having same issue with me, when you try to connect server with vs code, you cannot connect with cmd after few minute. Just try it later, and DO NOT open vs code if you are not confident with solving the problem. |
Thanks a lot! I finally accessed to my server. |
"remote-ssh : uninstall vscode server from host" worked for me |
I couldn't connect to the server since yesterday 4 pm. I saw that some people got same problems. I thought it will be solved after server maintenance. However, I tried to connect to server just before, it says 'cannot establish connection to cs420'. How can I solve this problem?
The text was updated successfully, but these errors were encountered: