diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 12:29:47 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 12:29:47 -0500 |
commit | c073811aa573d0e3486c39ed9514c46e0a7a077f (patch) | |
tree | cde598b94365bbe697d85ac6ca418cb94f2b4d26 /tests/basic | |
parent | 930822a6e672c28c06f78e9d8250cda07248f129 (diff) |
modify import_key to take the key file to import as an argument. can be '-' to import from stdin. modify man page and test accordingly.
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index dea393f..0b91531 100755 --- a/tests/basic +++ b/tests/basic @@ -185,7 +185,7 @@ EOF echo "##################################################" echo "### import host key..." ssh-keygen -b 1024 -t rsa -N '' -f "$TEMPDIR"/ssh_host_rsa_key -monkeysphere-host import-key testhost < "$TEMPDIR"/ssh_host_rsa_key +monkeysphere-host import-key "$TEMPDIR"/ssh_host_rsa_key testhost echo "##################################################" echo "### getting host key fingerprint..." |