mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-01 13:36:29 +00:00
Add first iteration of ssh proxy
This commit is contained in:
11
src/app/ssh/page.tsx
Normal file
11
src/app/ssh/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import SshClient from "./SshClient";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export const metadata = {
|
||||
title: "SSH Terminal"
|
||||
};
|
||||
|
||||
export default function SshPage() {
|
||||
return <SshClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user