4.1.0 • Published 8 years ago

tunnel-ssh-mac v4.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Folk from Finanzchef24-GmbH/tunnel-ssh

This folked one is making it work on mac.

Two more options are needed:

{
    tryKeyboard:true,
	"keyboard-interactive":function(name,instructions,instructionsLang,prompts,finish){
		finish([yourpassword]);
	}
} 

Add an option in tunnel

tunnel(config, options, callback);
options
   try:boolean // try connection after setup tunnel
   size:number // create how many sshconnection after setup tunnel

Note that, finish args is an array corresponding to prompts array.

4.1.0

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.1.2

9 years ago

1.1.1

9 years ago