![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/share/cockpit/ssh/ |
{ "priority": 100, "bridges": [ { "match": { "session": "private", "user": null, "host": null }, "environ": [ "COCKPIT_SSH_CONNECT_TO_UNKNOWN_HOSTS=true", "COCKPIT_PRIVATE_${channel}=${channel}" ], "spawn": [ "${libexecdir}/cockpit-ssh", "${user}@${host}" ], "timeout": 30, "problem": "not-supported" }, { "match": { "session": "private", "host": null }, "environ": [ "COCKPIT_SSH_CONNECT_TO_UNKNOWN_HOSTS=true", "COCKPIT_PRIVATE_${channel}=${channel}" ], "spawn": [ "${libexecdir}/cockpit-ssh", "${host}" ], "timeout": 30, "problem": "not-supported" }, { "match": { "user": null, "host": null }, "spawn": [ "${libexecdir}/cockpit-ssh", "${user}@${host}" ], "timeout": 30, "problem": "not-supported" }, { "match": { "host": null }, "spawn": [ "${libexecdir}/cockpit-ssh", "${host}" ], "timeout": 30, "problem": "not-supported" } ] }