diff --git a/src/components/pages/admin/users/deployment-user/(sections)/ssh-connection.tsx b/src/components/pages/admin/users/deployment-user/(sections)/ssh-connection.tsx
index d0458a9..e8ee451 100644
--- a/src/components/pages/admin/users/deployment-user/(sections)/ssh-connection.tsx
+++ b/src/components/pages/admin/users/deployment-user/(sections)/ssh-connection.tsx
@@ -7,6 +7,8 @@ import RemoteCodeBlock from "@/twui/components/elements/RemoteCodeBlock";
import SingleLineCodeBlock from "@/twui/components/elements/SingleLineCodeBlock";
import TurboCICodeBlock from "@/src/components/general/code-block";
import H3 from "@/twui/components/layout/H3";
+import Button from "@/twui/components/layout/Button";
+import LucideIcon from "@/twui/components/elements/lucide-icon";
export default function SSHConnection() {
const { pageProps } = useContext(AppContext);
@@ -31,19 +33,38 @@ export default function SSHConnection() {
Admin Port Forwarding
+ Admin Port Forwarding
-
- Use these information to connect this user to the
- Relay server
-
+
+ Use these information to connect this user to
+ the Relay server
+
+ Download Private Key
+
+ Download the private SSH key for{" "}
+ {deployment_user.username}
+
+