NetBurner 3.1
SecureSerToEthFactoryApp/permanentkeydss.h
1 /* Revision: 2.8.7 */
2 
3 /******************************************************************************
4 * Copyright 1998-2018 NetBurner, Inc. ALL RIGHTS RESERVED
5 *
6 * Permission is hereby granted to purchasers of NetBurner Hardware to use or
7 * modify this computer program for any use as long as the resultant program
8 * is only executed on NetBurner provided hardware.
9 *
10 * No other rights to use this program or its derivatives in part or in
11 * whole are granted.
12 *
13 * It may be possible to license this or other NetBurner software for use on
14 * non-NetBurner Hardware. Contact sales@Netburner.com for more information.
15 *
16 * NetBurner makes no representation or warranties with respect to the
17 * performance of this computer program, and specifically disclaims any
18 * responsibility for any damages, special or consequential, connected with
19 * the use of this program.
20 *
21 * NetBurner
22 * 5405 Morehouse Dr.
23 * San Diego, CA 92121
24 * www.netburner.com
25 ******************************************************************************/
26 
27 
28  /*
29  * Default SSH DSA (DSS) key in openSSL (openSSH) format
30  * OpenSSL format is Privacy-enhanced Electronic Mail (PEM) encoded
31  *
32  */
33 
34 #ifndef _PERMANENTKEYDSS_H_
35 #define _PERMANENTKEYDSS_H_
36 
37 "-----BEGIN DSA PRIVATE KEY-----\r\
38 MIIBuQIBAAKBgHy6Myl8Wi++IgcrUIVJsEUFwgCJinuqCMhkdVZI6mQEO0I1+L5H\r\
39 h4Hgggs2coWIhKqokVvlJXGn6mgLsF2ITrFxUxw4xHHAjIexgcglr5m3O3gxFlPb\r\
40 /1rDwdl4IAmx0B9lZL2E1paOUfz06dY5J27tG0QYrg9d52IiEYj59wGrAhUAkZur\r\
41 InDlaPpTSDpVhbftCgQxvdcCgYAsCPUceZd49yk6q4xXZA7IGFdQ8GzdnG11qrbo\r\
42 Ow9aNWJWevxK2SRgz2LldtdlGU0RxQK/oiWVPvP+QECb3H5+H82PY3S1OIfmXGGz\r\
43 buC6AJ7O37xn0Do+E6nigyHmyM3TPEsF8mmYYypVg7q5mRJbl7+mG3KSHawMfrvH\r\
44 3xrB5QKBgGIuESbyWw0q6PLyeH2SbFSHmUvCdZzuyej2CSSUYdoq263C+vfgUX8d\r\
45 g/vU6DvuidUqcwdFDQO4QgxYQyXjN2KSEiAy+tKMAB9nCT9mF9gHxxHM95ImQCS0\r\
46 +Fuc70GPCI/TcX7po5YNgrB0gE+0wLAwPbiQBFGwAGUkhU7N6HYdAhQIoFBvF+Bf\r\
47 tQ3pEdoxsck0POEUaQ==\r\
48 -----END DSA PRIVATE KEY-----\r"
49 
50 #endif /*_PERMANENTKEYDSS_H_*/