Free public SSH server for testing purposes

Solution 1:

http://sdf.org

Have used an account here on and off over the years. Recommended!

Solution 2:

Check out the Free Shell Accounts list.


Solution 3:

Maybe you can use virtualization like virtualbox ? You can setup a running small linux server quickly this way.


Solution 4:

As suggested, better than need internet connection and free 3rd party ssh accounts, get your own. You can get Virtual Machine (VMWare, VBox, Other) for that, and also, if you have an android mobile you can use SSHDroid (free) instead.

And don't forget Cygwin (Linux environment emulation with some package install support). You can set your ssh server built in windows and no need to get entire system (like vm does). A guide (http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm)

Regards.