style: derez.ai is all lowercase — brand style fix (verb, not capitalized)
This commit is contained in:
+8
-8
@@ -5,14 +5,14 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<link rel="canonical" href="https://derez.ai/ssh-for-agents.html" />
|
||||
<title>SSH for AI Agents — Access, Transfer, Manage | Derez.ai</title>
|
||||
<title>SSH for AI Agents — Access, Transfer, Manage | derez.ai</title>
|
||||
<meta name="description" content="Complete guide to SSH access for your AI agent: encryption keys, file sync, Tmux sessions, and Midnight Commander for easy file transfers." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://derez.ai/ssh-for-agents.html" />
|
||||
<meta property="og:title" content="SSH for AI Agents — Access, Transfer, Manage | Derez.ai" />
|
||||
<meta property="og:title" content="SSH for AI Agents — Access, Transfer, Manage | derez.ai" />
|
||||
<meta property="og:description" content="Complete guide to SSH access for your AI agent: encryption keys, file sync, Tmux sessions, and Midnight Commander." />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="SSH for AI Agents — Access, Transfer, Manage | Derez.ai" />
|
||||
<meta name="twitter:title" content="SSH for AI Agents — Access, Transfer, Manage | derez.ai" />
|
||||
<script defer data-domain="derez.ai" src="https://plausible.odoo4projects.com/js/script.file-downloads.outbound-links.tagged-events.js"></script>
|
||||
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
@@ -146,7 +146,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<a class="back" href="https://derez.ai">← Derez.ai Home</a>
|
||||
<a class="back" href="https://derez.ai">← derez.ai Home</a>
|
||||
|
||||
<div class="header">
|
||||
<h1>SSH for AI Agents</h1>
|
||||
@@ -169,7 +169,7 @@
|
||||
═══════════════════════════════════════════════════════════ -->
|
||||
<h2 id="ch1"><span class="chapter-num">1</span> Accessing SSH via Encryption Keys</h2>
|
||||
|
||||
<p>Your Derez.ai agent runs in its own Linux container with full root SSH access. The most secure way to connect is using <strong>SSH key pairs</strong> — a public key stored on the server and a private key kept on your machine.</p>
|
||||
<p>Your derez.ai agent runs in its own Linux container with full root SSH access. The most secure way to connect is using <strong>SSH key pairs</strong> — a public key stored on the server and a private key kept on your machine.</p>
|
||||
|
||||
<h3>Generate an SSH Key Pair</h3>
|
||||
<p>If you don't already have an SSH key, create one on your local machine:</p>
|
||||
@@ -200,7 +200,7 @@
|
||||
═══════════════════════════════════════════════════════════ -->
|
||||
<h2 id="ch2"><span class="chapter-num">2</span> Copying Files In and Out — Derez Sync</h2>
|
||||
|
||||
<p>Derez.ai agents include a built-in sync mechanism that lets you transfer files between your local machine and your agent's instance without manual SCP or SFTP commands.</p>
|
||||
<p>derez.ai agents include a built-in sync mechanism that lets you transfer files between your local machine and your agent's instance without manual SCP or SFTP commands.</p>
|
||||
|
||||
<h3>How It Works</h3>
|
||||
<p>The sync tool uses your existing SSH connection and handles directory structure, permissions, and incremental transfers automatically. It's designed for workflows where you iterate on scripts, configuration files, or data sets locally and push them to the agent.</p>
|
||||
@@ -364,12 +364,12 @@
|
||||
═══════════════════════════════════════════════════════════ -->
|
||||
<div class="cta-box">
|
||||
<h3>Deploy Your Agent with Full SSH Access</h3>
|
||||
<p>Every Derez.ai agent gives you root SSH access, file sync, and all the tools you need to manage it your way.</p>
|
||||
<p>Every derez.ai agent gives you root SSH access, file sync, and all the tools you need to manage it your way.</p>
|
||||
<a href="https://derez.ai/#pricing" class="btn">Get Started →</a>
|
||||
</div>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;">
|
||||
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes. · <a href="https://derez.ai/#blog">Blog</a> · <a href="https://derez.ai/#topics">Focus Topics</a>
|
||||
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes. · <a href="https://derez.ai/#blog">Blog</a> · <a href="https://derez.ai/#topics">Focus Topics</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user