54

I'm writing an application that makes connections to SSH servers. It doesn't need anything specific from the server (except running under GNU/Linux). I need SSH servers for running my application tests.

I was wondering, is there some kind of free and open to anyone SSH servers? Maybe it's an idea for a new service :)

Guy Avraham
  • 161
  • 1
  • 7
nicoulaj
  • 1,155
  • 2
  • 10
  • 12
  • In case you or anybody here is looking to spin up a mock sshd service for testing ssh based utilities / scripts you may use this - https://github.com/kabirbaidhya/fakeserver too. – kabirbaidhya Nov 28 '18 at 06:25

4 Answers4

45

http://sdf.org

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

Skit
  • 640
  • 4
  • 8
31

Check out the Free Shell Accounts list.

ptman
  • 27,124
  • 2
  • 26
  • 45
  • Amazing resource. In fact, I just tried out [Insomnia24/7](http://www.insomnia247.nl/page/shells/index) link and the guys are pretty helpful on the IRC there. Thanks. – qre0ct Mar 22 '17 at 10:08
  • @qre0ct Do you happen to have an Invite Code for Insomnia24/7? Seems like it's invitations only now.. – Lavya Apr 15 '20 at 06:55
  • @qre0ct also I would be glad to receive an invite for Insomnia24/7 – dawez Aug 04 '20 at 19:38
5

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

Vincent
  • 191
  • 5
3

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.

m3nda
  • 161
  • 5