Starting ssh-agent on Windows 10 fails: “unable to start ssh-agent service, error :1058”
When I try to start the ssh-agent on Windows 10 via PowerShell (with elevated right or without) by entering Start-Service ssh-agent I get … Read more
When I try to start the ssh-agent on Windows 10 via PowerShell (with elevated right or without) by entering Start-Service ssh-agent I get … Read more
I think I forgot the passphrase for my SSH key, but I have a hunch what it might be. How do I check … Read more
Once I’ve ssh’d into my remote server, what would the command be to copy all files from a directory to a local directory … Read more
My vagrant was working perfectly fine last night. I’ve just turned the PC on, hit vagrant up, and this is what I get: … Read more
I have been attempting the following command: rsync -rvz –progress –remove-sent-files ./dir user@host:2222/path SSH is running on port 2222, but rsync still tries … Read more
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for … Read more
I added the public SSH key to the authorized_keys file. ssh localhost should log me in without asking for the password. I did … Read more
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question … Read more
I’ve reinstalled my server and I am getting these messages: [user@hostname ~]$ ssh root@pong @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ … Read more
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question … Read more