044004701be1b0fd62dd3c9cefead594ebf27d5b
				
			
			
		
	smartssh
setups SSH quickly and in a painless manner
Attention: This is still alpha, so some things won't work
Usage
var smartssh = require("smartssh");
var sshInstance = new smartssh({
    sshDir: "/some/path/.ssh", // the standard ssh directory, optional, defaults to "~./.ssh"
    sshSync: true // sync ssh this instance will represent the status of an ssh dir if set to true;
});
sshInstance.addKey({
    private: "somestring",
    public: "somestring"
});
Description
				
					Languages
				
				
								
								
									TypeScript
								
								99.6%
							
						
							
								
								
									DIGITAL Command Language
								
								0.4%