diff --git a/client/src/pages/tools/linux/RemoteSSH/RemoteSSH.jsx b/client/src/pages/tools/linux/RemoteSSH/RemoteSSH.jsx new file mode 100644 index 0000000..4f116f1 --- /dev/null +++ b/client/src/pages/tools/linux/RemoteSSH/RemoteSSH.jsx @@ -0,0 +1,19 @@ +import InfoArea from "@/common/components/InfoArea/index.js"; +import Button from "@/common/components/Button/index.js"; +import {faGear} from "@fortawesome/free-solid-svg-icons"; +import ErrorArea from "@/common/components/ErrorArea/index.js"; +import "./styles.sass"; + +export const RemoteSSH = () => { + + return ( + <> + +