0

I have a windows server that has WinSSHD installed.

If i configure a user to support "Teminal Access" and then connect using WinSCP i cannot launch a terminal session - has anyone got these to work together and support remote terminal sessions?

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
Doug
  • 283
  • 2
  • 10

1 Answers1

1

Why do you use WinSCP? That's for file transfers. Use PuTTy instead.

MichelZ
  • 11,008
  • 4
  • 30
  • 58
  • Because it's got amazing scripting support. It is used during Continuous Deployment for our build environment. – Doug Jul 23 '12 at 11:49
  • Does PuTTy work? What's your error message? – MichelZ Jul 23 '12 at 11:51
  • Does PuTTy support automated scripting? – Doug Jul 23 '12 at 11:54
  • KiTTy provides scripting support (puTTy fork): http://kitty.9bis.com/ This is not the point however. Are you able to login using PuTTy? If login does not work, then scripting won't work neither :) – MichelZ Jul 23 '12 at 12:00