Created
April 7, 2014 01:08
-
-
Save knewter/10013415 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--(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