Skip to content

Commit 3d7fa11

Browse files
Merge pull request #19 from ibm-messaging/mq941updates
mq941updates
2 parents 7af3bc1 + 4958ccb commit 3d7fa11

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

external-how-to-docs/agentconfig.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,28 @@ An example json is here:
104104
"mqPassword":"bXlwYXNzdzByZA==",
105105
},
106106
"protocolBridge" : [{
107-
"serverType":"FTP",
108-
"serverHost":"ftp.mycomp.com",
109-
"serverTimezone":"Europe/London",
110-
"serverPlatform":"UNIX",
111-
"serverLocale":"en-GB",
112-
"serverListFormat":"UNIX",
113-
"serverLimitedWrite":"false",
114-
"serverFileEncoding":"UTF8",
115-
"serverPassiveMode":"true",
116-
}],
107+
"name": "defautsftpserver",
108+
"type": "SFTP",
109+
"host": "defautsftpserver",
110+
"port": 22,
111+
"platform": "unix",
112+
"timeZone": "Europe/London",
113+
"locale": "en_GB",
114+
"fileEncoding": "UTF-8",
115+
"listFormat": "unix",
116+
"limitedWrite": false,
117+
"maxListFileNames": 100,
118+
"maxListDirectoryLevels": 10,
119+
"maxSessions": 60,
120+
"socketTimeout": 30,
121+
"maxActiveDestinationTransfers": 25,
122+
"passiveMode": "true",
123+
"cipherList": "aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc,aes192-ctr,aes192-cbc,aes256-ctr,aes256-cbc",
124+
"hostKeyCipherList": "ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521",
125+
"keyExchangeCipherList": "ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1",
126+
"MACCipherList": "hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96",
127+
"fingerprintHash": "md5"
128+
}],
117129
"additionalProperties": {
118130
"protocolBridgeCredentialConfiguration" : "/mqmftbridgecred/agentcreds/ProtocolBridgeCredentials.prop"
119131
},

0 commit comments

Comments
 (0)