Skip to content

Instantly share code, notes, and snippets.

@knewter
Created April 7, 2014 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knewter/10013415 to your computer and use it in GitHub Desktop.
Save knewter/10013415 to your computer and use it in GitHub Desktop.
--(jadams@aye-seven)-(3/pts/16)-(2008/06-Apr-14)--
--($:~)ruby-2.1.0--
$ iex
Erlang R16B03-1 (erts-5.10.4) [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
Interactive Elixir (0.12.3-dev) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> :ssh.start()
:ok
iex(2)> {:ok, s} = :ssh.shell('localhost')
New host localhost accept [y/n]?y
please answer y or n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment