Can SSH into instance, but can't SCP files into it

0

I have an EC2 instance that I'm trying to SCP files into it. I can SSH into it perfectly fine, but when I try to SCP files, I get

client_loop: send disconnect: Connection reset

I'm not sure why this is happening, thanks in advance.

質問済み 2年前971ビュー
3回答
0

Hello

I think it may the issue of your network , You can SSH into the machine and the following,

vi /etc/ssh/sshd_config updated the values

ClientAliveInterval 60
ClientAliveCountMax 3

sudo /etc/init.d/sshd restart let me know if you still have issues

profile picture
GK
回答済み 2年前
  • When I try using sudo /etc/init.d/sshd restart it says the command isn't found.

0

Are you using ubuntu or debian based server?

Try this command:

sudo systemctl restart sshd

and then check the status of SSH daemon with:

sudo systemctl status sshd

it should display green dot and look for any error in the logs. Hope it helps

回答済み 2年前
0

I've fixed it myself, I just restarted the instance and waited a few hours.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ