Skip to content

Instantly share code, notes, and snippets.

// SSH config
// Enter SSH config, which is a per-user configuration file for SSH communication. Create a new file: ~/.ssh/config and open it for editing:
nano ~/.ssh/config
// Managing Custom Named SSH key
// The first thing we are going to solve using this config file is to avoid having to add custom-named SSH keys using ssh-add. Assuming your private SSH key is named ~/.ssh/id_rsa, add following to the config file:
Host github.com
<!DOCTYPE html>
<html lang="en">
<head>
<!-- DOM Version 1.1 -->
<!-- Revision Date: 10/26/2025 -->
<!-- PHP Var -->
<?php $var = ".."; ?>
<!-- META PHP -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- DOM Version 1.1 -->
<!-- Revision Date: 08/19/25 -->
<!-- PHP Var -->
<?php $var = ".."; ?>
<!-- META PHP -->
<?php include("$var/data/meta.php") ?>