Page 1 of 1
SSH Web interface to Unix from Windows Server
Posted: Tue Jul 13, 2010 6:17 pm
by thedrparker
Trying to connect to a Unix Server via SSH from my Windows web server. I created the keys on the Unix server, but trying to figure out where to copy them to or what is the next step on the Windows server. Problem is that copying them to my profile won't help since the web server logs in under it's own profile.
Re: SSH Web interface to Unix from Windows Server
Posted: Tue Jul 13, 2010 8:35 pm
by Doug G
Connect how? If you want to connect as a user, I recommend using putty on windows machines as a ssh client. plink is a command-line ssh client. You can put key files in the filesystem, not just in your profile, and putty comes with tools create and manage keys. If you want to connect from some web code it should work the same as you connecting up yourself.