Hi I was just wandering if it was possible to use ssh on wamp? I would just like to practice ssh where I can cause the least amount of damage.
WAMP does not install an SSH server, nor does it make much sense on Windows. SSH is just a communication protocol, it’s not the actual prompt you see once you connect to a Linux server, that’s called a shell. Windows has its own shell, you know it as the command prompt, or “DOS”.
You can install cygwin if you want to practice using the bash shell.
Virtual Machine + Ubuntu Server (with OpenSSH server installed) + Putty.
Free to play with the Linux command line.
That’s a good way to learn for free. If you have the dough you can get a slice from slicehost for $20/mo and tinker around and rebuild your os ( takes about 5 mins rebuilding and you can pick from 10 or so distros ) and you don’t have to mess with any GUI crap that usually slows you down. Though my preference for a server OS is FreeBSD or Debian.