Yesterday I have created instance in aws server, which was working yestrday, but when I today start to connect with SFTP
, I am getting error Network error : Software caused connection abort
, also same error getting in putty
, I am new in aws, so I don't have much knowledge of it, I read some doc of aws but it didn't help me, can anyone please help why this error getting ? As per my think, it because of ip address change of my internet, may be this can be the issue, but I don't know how to resolve this issue, can anyone please help me?
Asked
Active
Viewed 3,816 times
2

Michał Turczyn
- 32,028
- 14
- 47
- 69

Nikul Panchal
- 119
- 1
- 11
-
Have to changed the rights for any folder like tmp?? – Kushagra Misra Jul 25 '18 at 05:54
-
No i didn't change anything yet – Nikul Panchal Jul 25 '18 at 06:01
-
Please check this: https://superuser.com/questions/294824/putty-network-error-software-caused-connection-abort – Md Sirajus Salayhin Jul 25 '18 at 06:02
-
Can you telnet to your host's IP address on port 22 (assuming you are using default port)? The command to issue will be something like `telnet public-ip-address 22` (eg `telnet 123.123.123.123 22`). If you can, you know your network connection is OK. Also, please share details of the security group you have on your EC2 instance – Jorg Roper Jul 25 '18 at 06:11
-
Possible duplicate of [Official reasons for "Software caused connection abort: socket write error"](https://stackoverflow.com/questions/2126607/official-reasons-for-software-caused-connection-abort-socket-write-error) – user207421 Jul 25 '18 at 06:22