How to do password-less login using plink? [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I'm able to login passwordless with putty after adding the key to my server and configuring putty (gui) with session. I'm unable to login passwordless with plink. How do I do this?

Use -i option to use the particular private key or just use -load option with the session that you created in putty gui.

Related

Set authentication user password on windows openvpn server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 4 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
Is it possible to set authentication with USERNAME/PASSWORD on openvpn WINDOWS server? I only found a guide for Linux but obviously it does not work on Windows.
No, it's impossible, on OpenVpn Windows server you can only set cert authentication

how to connect to an ftp server? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
How do I connect to an FTP server using a command prompt?
The ftp site I am trying to connect to is
ftp.bom.gov.au/anon/gen/
I used to be able to type in ftp ftp.bom.gov.au/anon/gen/ in the command prompt and it would challange me for a username and password
but now it says unknown host.
I can still get to it from a browser
ftp://ftp.bom.gov.au/anon/gen/
Is there something I am missing?
Thanks
You can't specify the path in the command. You should use ftp ftp.bom.gov.au and then cd /anon/gen/ to change the path.

ED25519 for Putty 0.67 login failed [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I'm not sure if Putty 0.67 supports ED25519, in my case, the key work successfully under command line mod (DOS or BASH), but it dosen't work for Putty.
Disconnected: No supported authentication methods available (server sent: publickey)
The current stable releases of putty (0.67) does not support elliptic curves. However, the nightly snapshot does.

How do I connect to remote server in bash? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
The connection works fine with doing it through the gui as shown in pic 1, but I have tried
mount_smbfs //rajohns:MyPassword#msclst2fs
and I see that the format is supposed to be
//[domain;][user[:password]#]server[/share] path
but I don't know what to put for domain or /share or path
Try
mount_smbfs rajohns:MyPassword#msclst2fs/SHARE2 /Volumes/msclst2fs
to make the volume available at /mnt/msclst2fs. The path is wherever in your file system you want to make the volume accessible.

Cancel Terminal Password [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
When say using sudo, it requires a password. But at the instance, I decide that I do not actually want to take the command (or forget the password and want to try again later). What should I do other than close the terminal externally?
Type Control-c to kill the command.

Resources