Server unexpectedly closed network connection in ftp and putty - Amazon server - amazon-ec2

we are using amazon server and the Instance works fine. But, suddenly it stops in ftp and shows the below error:
Error: Server unexpectedly closed network connection
Error: Could not connect to server.
But, instance is running correctly and adminer also opens fine. Only ftp and putty does not open.

Related

How to fix "mount_smbfs: server connection failed: No such file or directory"

Use command "mount_smbfs //username:password#server/Shared /Volumes" to connect with Windows Server, but it return with "mount_smbfs: server connection failed: No such file or directory"
>>mount_smbfs //username:password#server/Shared /Volumes
mount_smbfs: server connection failed: No such file or directory
I can not use "Finder->Go->Connect to Server" neither. Each server I connect to as "smb://server" would return an error "There was a problem connecting to the server".
Beside, I could ping the server successfully.
The real problem is that SMB didn't work in My Mac, and someone give a workaround to fix it.
You can visit it

WAMP, Windows 10 : #2002 - No connection could be made because the target machine actively refused it. —

I tried to login to phpMyAdmin in WAMP + Windows 10. But I got the following errors when I tried to login as root ( no password )
#2002 - No connection could be made because the target machine
actively refused it. — The server is not responding (or the
local server's socket is not correctly configured).
mysqli_real_connect(): (HY000/2002): No connection could be made
because the target machine actively refused it.
It will be great if someone can help me out. Thanks.
PS : The WAMP icon is Orange in colour
PS 2 : I closed Skype from Task manager using End Task
Open my.ini file by left clicking wampp and opening MySQL menu. Search socket and write
socket = /tmp/mysql.sock
And save it.

Can not connect to AWS parse server on Mac : ssh_exchange_identification: Connection closed by remote host

The image from my terminal
Hi, I am following a Swift Xcode class, and now we are building a project required to connect with AWS parse server, After tried lots of times, it still the same error: ssh_exchange_identification: Connection closed by remote host
Here is the error message:
luodeMacBook-Air:desktop luo$ chmod 400 onepicioskeypair.pem luodeMacBook-Air:desktop luo$ ssh -i "onepicioskeypair.pem" ubuntu#ec2-18-216-187-86.us-east-2.compute.amazonaws.com ssh_exchange_identification: read: Operation timed out luodeMacBook-Air:desktop luo$
Please verify you are trying with correct ip address or url.
change EC2 setting to Allow all IP address
and restart instance and try again

Unable to connect to EC2 Ubuntu instance from Putty

Im getting the error : Putty Fatal Error. Network Error: Connection Refused.
Security Group SSH rule:
I was able to connect to the instance a few hours ago. I did not change anything. What am I missing? Please help.
Instance is running :
Putty configuration:
System Log:
Btw, i am able to RDP to the instance by following https://aws.amazon.com/premiumsupport/knowledge-center/connect-to-linux-desktop-from-windows/

FTP stopped working on Linux server

Our FTP service from our server just stops working and we have no idea why each time
we get this error: Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server
any ideas where to check in server?
If you are sure that the server is actually running. Try to restart it using something like:
service vsftpd restart
You need to replace vsftpd with whatever FTP you might be using. See if you get any erros when doing this.

Resources