Connecting to a remote linux machine from windows using SSH give permission denied error
NickName:Kundan Jha Ask DateTime:2019-07-07T19:04:53

Connecting to a remote linux machine from windows using SSH give permission denied error

So I am here new to ssh. I tried making a localhost connection on my Windows 10 device and it worked but I want to connect to a remote Linux machine.For this I am executing a statement for ssh on the cmd but it always gives me permission denied error while connecting to it. It asks for the password and then gives this error. Can anyone tell me how to configure it?

This is what I get as error when I run it in command prompt.

D:\Internship\Temporary Files>ssh [email protected]
[email protected]'s password:
Permission denied, please try again.

Copyright Notice:Content Author:「Kundan Jha」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/56921590/connecting-to-a-remote-linux-machine-from-windows-using-ssh-give-permission-deni

More about “Connecting to a remote linux machine from windows using SSH give permission denied error” related questions

Connecting to a remote linux machine from windows using SSH give permission denied error

So I am here new to ssh. I tried making a localhost connection on my Windows 10 device and it worked but I want to connect to a remote Linux machine.For this I am executing a statement for ssh on t...

Show Detail

Permission denied -unable to execute remote ssh commands

I have Jenkins running on my Unix Box and i am invoking a script from remote server . I trying to figure out remote ssh problem I'm having on a server. I'm getting this permission denied error which

Show Detail

SSH Permission Denied; Trying to access host in intranet

I know there are several "SHH Permission Denied" questions out there but noting really worked for me. I am trying to connect to my raspberry pi (Rasbian Butcher) from my PC (Windows 10; Version 19...

Show Detail

VSCode Remote SSH to Linux - Connecting was canceled

I am trying to connect from my Windows 10 machine to my Ubuntu Linux server (16.04.6) using Remote SSH. To do this I've read many different tutorials but have no success. I am able to connect fro...

Show Detail

Connecting to a Windows IPython kernel from Linux

I have a Windows machine where I start an IPython kernel (to do some stuff not possible on another machine). I have a Linux machine from which I would like to connect to the IPython kernel running ...

Show Detail

From Jenkins run getting the following error while ssh: Permission denied (publickey,password,keyboard-interactive)

When I am doing ssh to a remote windows machine from the linux CLI running the following command it works: ssh -tt username@ip_address However when I am running the same via Jenkins, it throws the

Show Detail

remote connection using powershell from linux to windows

I am able to connect to a remote windows machine from my windows local machine using Powershell session created by New-PSSession command. New-PSSession -ComputerName $computerName -Credential $cred...

Show Detail

remote connection using powershell from linux to windows

I am able to connect to a remote windows machine from my windows local machine using Powershell session created by New-PSSession command. New-PSSession -ComputerName $computerName -Credential $cred...

Show Detail

ssh: connect to host example.com port 22: Permission denied

I am running Ubuntu 18.04 LTS on Windows Subsystem for Linux. ssh recently stopped working on my Ubuntu install. The only change that I can think of that took place was a Windows update, however s...

Show Detail

Running linux commands inside bash script throws permission denied error

We have linux script in our environment which does ssh to remote machine with a common user and copies a script from base machine to remote machine through scp. Script Test_RunFromBaseVM.sh #!/bin/

Show Detail