SSH Web interface to Unix from Windows Server

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
thedrparker
Forum Newbie
Posts: 1
Joined: Tue Jul 13, 2010 5:52 pm

SSH Web interface to Unix from Windows Server

Post 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.
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: SSH Web interface to Unix from Windows Server

Post 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.
Post Reply