add some tests

This commit is contained in:
2016-06-01 02:48:38 +02:00
parent 9a96bbd266
commit 904129706c
5 changed files with 50 additions and 4 deletions

View File

@ -11,6 +11,7 @@ export declare class SshInstance {
});
addKey(sshKeyArg: SshKey): void;
getKey(hostArg: string): SshKey;
getKeys(): SshKey[];
removeKey(sshKeyArg: SshKey): void;
replaceKey(sshKeyOldArg: SshKey, sshKeyNewArg: SshKey): void;
sync(): void;

File diff suppressed because one or more lines are too long