initial working implementation of ssh agent
This commit is contained in:
@ -75,5 +75,6 @@ CREATE TABLE ssh_credentials (
|
||||
comment TEXT NOT NULL,
|
||||
public_key BLOB NOT NULL,
|
||||
private_key_enc BLOB NOT NULL,
|
||||
nonce BLOB NOT NULL
|
||||
nonce BLOB NOT NULL,
|
||||
FOREIGN KEY(id) REFERENCES credentials(id) ON DELETE CASCADE
|
||||
);
|
||||
|
Reference in New Issue
Block a user