Skip to content

Cannot restore backup #1087

Closed Answered by jgyates
Ariveraq asked this question in Questions
Mar 19, 2024 · 10 comments · 4 replies
Discussion options

You must be logged in to vote

Your problem is that you are using different user names with ssh in a power shell vs putty. The user name you use must match the user name on the pi and the password for that user on the pi. With the ssh command if you do not specify the user name on the command like it will use the user name of the current logged in user on the windows system. Notice when you are running ssh in power shell, you type

  ssh 192.168.68.65

You did not include a user name so the ssh program tried to log you into the raspberry pi with the username alexi, which I assume is the user name on the windows system.

With Putty, there is a default user name under Connection->Data. Use that user name with ssh and scp

Replies: 10 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jgyates
Comment options

Answer selected by jgyates
@Ariveraq
Comment options

@jgyates
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@skipfire
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1086 on March 19, 2024 11:15.