diff options
author | Ingela Anderton Andin <[email protected]> | 2012-01-11 14:56:12 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-01-11 15:05:58 +0100 |
commit | b89c0042c4839ae8ebb231640f3e66ee52de3aa7 (patch) | |
tree | cacae40345283f0e98dfeea4b16a98f7ae86a924 /lib/ssh/test/ssh_basic_SUITE.erl | |
parent | b75d8ba523acfe1a0b23aec6211da1f2d5fd2c42 (diff) | |
download | otp-b89c0042c4839ae8ebb231640f3e66ee52de3aa7.tar.gz otp-b89c0042c4839ae8ebb231640f3e66ee52de3aa7.tar.bz2 otp-b89c0042c4839ae8ebb231640f3e66ee52de3aa7.zip |
Remove generation of new test keys, use checked in test keys
There is no need to generate new test keys every time, they do not
have a timestamp as certificates. This also reduces the need to duplicate
test code from public_key.
Diffstat (limited to 'lib/ssh/test/ssh_basic_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index b09c95d6cb..73b60057cc 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -55,7 +55,6 @@ init_per_suite(Config) -> {DSA,[{comment, "Test"}]}], auth_keys), AuthKeysFile = filename:join(UserDir, "authorized_keys"), file:write_file(AuthKeysFile, AuthKeys), - %%ssh_test_lib:make_dsa_files(Config), Config; _Else -> {skip, "Crypto could not be started!"} |