Skip to main content

All Questions

Tagged with
0 votes
0 answers
609 views

Connect with WinSCP through a wallix Bastion doesn't work but PuTTY is fine

When connecting to PuTTY to my Wallix Bastion SomeBastionAdress.fr it works fine (sensitive data has been anonymized): login as: MyLogin Keyboard-interactive authentication prompts from server: | ...
JKHA's user avatar
  • 191
1 vote
1 answer
89 views

How do you construct a WinSCP URL to launch PuTTY from a browser using a certificate?

Using the WinSCP URL format, I can launch PuTTY, but I would like to use a certificate connection. Thank you in advance.
RangerThree's user avatar
0 votes
1 answer
1k views

PuTTYgen Error "Couldn't load private key (decryption check failed)

I'm trying to load an OpenSSH private key that was created in ssh-keygen on Windows 10 22H2 to export it as a ppk for use in WinSCP 6.1 for SFTP authentication. When I try to do so in PuTTYgen 0.78, I ...
Thomas Parikka's user avatar
1 vote
2 answers
5k views

How to do automatic 2FA with SSH/SCP on Windows (ideally using PuTTY+WinSCP)?

I am on Windows 10 using PuTTY and WinSCP to SSH/SCP into a linux server that has two-factor authentication (2FA). Each time I log in, it asks for my password and a verification code. I am curently ...
rhombidodecahedron's user avatar
1 vote
0 answers
446 views

WinSCP PuTTY key format too new [duplicate]

I am trying to connect to my server with WinSCP. I created a key by PuttyGen but when I am trying to connect to it by WinSCP it says that my PuTTY key format too new, Image of the error. Can somebody ...
Hendry de Vries's user avatar
1 vote
1 answer
1k views

Key refused WinSCP/PuTTY issue when connecting to Windows OpenSSH server

I'm trying to configure a private key for use use with WinSCP and PuTTY/Plink but I'm stuck (trying to connect from Windows 10 to Windows 2012 Server). I have OpenSSH installed on my windows server ...
Mapkin's user avatar
  • 21
1 vote
2 answers
6k views

WinSCP and PuttyGen fail on conversion of openSSH private key to PEM or PPK formtype on windows

I’ve generated a Linux Instance in the Oracle Cloud. Locally I work on Windows-10 Client computer. During generation of the Linux Instance Private and Open-SSH public keys have been generated in Linux ...
olippuner's user avatar
  • 121
0 votes
0 answers
1k views

How to use a dynamic port forwarding tunnel via a bastion/jump server using PuTTY without WinSCP

I have a requirement to connect to a remote JMX server via an SSH bastion/jump server. I can successfully use a Linux ssh client to achieve the desired result and also can use a PuTTY session ...
Karl Marfitt's user avatar
1 vote
1 answer
405 views

Unable to connect to my Ubuntu machine using Putty and WinSCP

After upgrading phpmyadmin in my ubuntu server it shows connection error when i am connecting server via putty and winSCP. How can i connect to the server? Putty Fatal Error : Connection Time Out I ...
Anshu Thakur MudraCirclecom fT's user avatar
1 vote
2 answers
2k views

Does WinSCP work with OpenSSH SSH certificates?

As per WinSCP documentation, WinScp uses the PuTTy key format, and requires that keys generated by OpenSSH be either converted or we use a /keygen command line switch. I wanted to use SSH ...
user1173240's user avatar
1 vote
1 answer
1k views

Option to open PuTTY from WinSCP in current path?

I use WinSCP, and shortcut Ctrl-P to open PuTTY. Is there an option somewhere to make the current path displayed by WinSCP to be set in PuTTY opening? If I'm browsing in /home/bob/work I wish to be ...
Overnuts's user avatar
  • 145
1 vote
2 answers
29k views

How can I solve "access denied" when I login via putty?

I want to running SDK. The docs like this : For Running SDK you can use (MobaXterm or Putty) Create an SSH Session with the following data: Address/Host : xxx.xxx.xxx.xxx Port : 2222 Username : ...
Success Man's user avatar
4 votes
2 answers
3k views

How to load existing WinSCP sessions into PuTTY sessions?

I would like to export all my existing WinSCP sessions (stored in winscp.ini) to PuTTY. I know about the integration of both WinSCP and PuTTY. And it is working fine for me. But I would like to use ...
user3058277's user avatar
1 vote
2 answers
5k views

Cannot authenticate with Kerberos with PuTTY, but can with WinSCP

I've been using PuTTY with Kerberos authentication to connect to a server for work, but accidentally overwrote my settings with a blank template (not sure why the Save and Load buttons are right next ...
Tichrom's user avatar
  • 11
0 votes
1 answer
374 views

How to set up WinSCP to transfer a file to a remote ABCI server

Hello I am trying to connect to a ABCI System User Environment and I cannot perform a scp to save my life. I have tried two approaches; 1) is use unbuntu linux bash command for windows (the app you ...
MNM's user avatar
  • 101
4 votes
1 answer
1k views

WinSCP and PuTTY integration not working

I ssh to EC2 all the time, using both PuTTY and WinSCP. I recently discovered the Commands > Open in PuTTY function in WinSCP, however it does not seem to work. When connecting I get this error (...
aol's user avatar
  • 141
3 votes
1 answer
521 views

Why can’t connect to my school's servers from my hospital’s network when I was able to connect from my hotel’s network?

I'm a college student studying software engineering, and right now I'm in the hospital, but I'm still trying to do my schoolwork. The semester is almost over, so I really can't afford to fall behind. ...
Lanie Molinar's user avatar
0 votes
1 answer
433 views

SSH: Clientalivemaxcount=0 with Putty?

So, I'm wondering about some specific behaviour of my SSH daemon when using Clientaliveinterval and Clientalivemaxcount. Assume the following config: Clientaliveinterval 60 Clientalivemaxcount 0 ...
CuttingWide's user avatar
2 votes
2 answers
3k views

WinSCP and PuTTY SSH (SFTP) authentication to Windows OpenSSH server won't work using public keys

Maybe I'm missing a small detail, but I'm a little confused because of the many keys I see on the server. I've used the public key authentication set up guide of WinSCP and PuTTY installation for ...
Quispie's user avatar
  • 151
0 votes
1 answer
2k views

WinSCP authentication with an OpenSSH-created Ed25519 (non ppk) private key - possible?

I created an Ed25519 SSH key pair with OpenSSH on Windows Subsystem Linux (WSL) and I would like to use it to SFTP into my Ubuntu16 VPS; I have now noticed that as of */12/2016, WinSCP (latest version:...
user avatar
2 votes
1 answer
4k views

WinSCP to create an SSH tunnel to connect to a remote MySQL server

I am using PuTTY to connect to remote MySQL server via SSH tunnel. I will be specifying the source port and destination port and I will be using source port on MySQL Workbench to connect to remote ...
Muthu's user avatar
  • 123
1 vote
1 answer
1k views

Automatically execute a command in PuTTY opened from WinSCP

I am using WinSCP with PuTTY and I have setup an auto login to PuTTY from WinSCP. I have a bat file that opens the WinSCP and several connections to remote machines and once the WinSCP connects it ...
Dakado's user avatar
  • 125
1 vote
0 answers
5k views

"Network error: Software caused connection abort" with Windows OpenSSH server

I followed this tutorial on installing an SFTP/SSH server on Windows, but I am having problems trying to connect to it. When using either PuTTY or WinSCP, I get the error "Network error: Software ...
Andrew Tapia's user avatar
-1 votes
1 answer
1k views

WinSCP/PuTTY: Cannot move file on server via sudo: Permission denied

I have uploaded a file to a remote Linux server. current directory is: /home/user/file.war Now i want to move the file into tomcat webapps folder and overwrite the existing version: The directory ...
flixe's user avatar
  • 101
0 votes
1 answer
2k views

SFTP connect through an other server

I want to connect to my account in a server of my university. When I’m there I only have to do “ssh user@FinalServer/home/user” or create a folder using “sftp://user@FinalServer/home/user”. ...
Charlio's user avatar
8 votes
2 answers
16k views

How to launch PuTTY as terminal within WinSCP

I have come across WinSCP (http://winscp.net/) which I think is a fantastic client to work with my EC2 Ubuntu instance as a graphical alternative to PuTTY. Is it possible to add a different terminal ...
user1592380's user avatar
1 vote
1 answer
390 views

How to store password for switch user in my .profile

I usually connect to my AIX server using putty via my regular account and then do "su - otherAccount". This way I've to enter password twice, one for my account and one for the otherAccount. I've ...
R Syed's user avatar
  • 111
1 vote
2 answers
3k views

Pass-through account login through WinSCP [duplicate]

I have a Linux server, where when I connect by PuTTY, I first need to log in using a non-root account (let's say user1), and then issue the command su root or su - root to log in to the root account. ...
ADTC's user avatar
  • 2,984
13 votes
3 answers
62k views

How to change user in WinSCP?

I'm using WinSCP to access Unix computers. How can I change user after I have logged into a Unix server using WinSCP? E.g. I have personal account in Unix computer A. I can log into this computer ...
jrara's user avatar
  • 419
0 votes
1 answer
2k views

Why did windows update break WinSCP and PuTTY?

I recently did an update to my windows 7 machine. Before, I was able to connect to a linux server at school through WinSCP and PuTTY with no issues. Now, I am either booted off after only a minute ...
JimB's user avatar
  • 9

15 30 50 per page