Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Hi, I followed all steps but I get this error when I try to connect (ssh or sftp):
packet_write_wait: Connection to xxx.xx.xxx.xxx port 22: Broken pipe
I followed the tutorial on a new installation with ufw disabled and ssh default settings on but when I try to ssh or sftp into the server, I get the following response: Connection reset by xxx.xxx.xxx.x port 22.
How can I resolve this?
I solve your error @rabitt @marvin007dd76bbbc17604d944 @mmmrev with this:
"I was getting this error as well:
Error: Network error: Software caused connection abort Error: Could not connect to server
One entry in the sshd_config file that was omitted by the author:
Subsystem sftp /usr/lib/openssh/sftp-server ‘comment this out’ Subsystem sftp internal-sftp ‘add this line’
Once added commented out the top line and added the second line, I was able to connect without any problems."
Many thanks to @barryd solution found on tutorial for ubuntu 16.04
Thanks for the guide, I got this working. For some reason it’s quite slow. When I use SCP, I can get transfer speeds of at least 500kb/s, however with SFTP, I only get 80kb/s, and deleting folders is quite slow.
Any ideas if this can be addressed?
Regarding comment: #78000 / giacomofabbian March 16, 2019
Subsystem sftp /usr/lib/openssh/sftp-server ‘comment this out’ Subsystem sftp internal-sftp ‘add this line’
Be aware that if by following these instructions, your problem is solved, then you are/were likely missing the sftp-server binary file.
You can check for its existence via:
find / -name sftp-server
Some good information on the topic and as to why you would use one over the other can be found here :
Hi
I have followed same steps and everything is fine. But showing access denied after added password. I have create new dir and under HTML and allowing that dir to user to use. But not accepting my password.
Please let me, Where I am wrong.