ssh

Functions


start() -> term()

start(Type) -> term()

stop() -> term()

connect(Host, Port, Options) -> term()

close(ConnectionRef) -> term()

daemon(Port) -> term()

daemon(Port, Opts) -> term()

daemon(HostAddr, Port, Opts) -> term()

stop_listener(SysSup) -> term()

stop_listener(Address, Port) -> term()

stop_daemon(SysSup) -> term()

stop_daemon(Address, Port) -> term()

shell(Host) -> term()

shell(Host, Options) -> term()

shell(Host, Port, Options) -> term()

attach(ConnectionRef, Timeout) -> term()

attach(ConnectionRef, ChannelPid, Timeout) -> term()

View Functions