0

Is it possible (and how if it's possible) to setup secure shell access to Apache? Apache is installed on my local computer (Windows)? I have SSH access in my hosting account, but I need it on my local computer.

Linger
  • 3,332
  • 10
  • 38
  • 47

1 Answers1

6

ssh and Apache are two completely separate applications and perform different tasks.

You can however set up SSH on Windows which you can then edit files that are being shared by Apache: See questions; 64058, 18292 on Stack Overflow, or 8411 on Server Fault

Chealion
  • 26,327