Skip to content

Instantly share code, notes, and snippets.

@meetkool
Last active February 9, 2026 21:43
Show Gist options
  • Select an option

  • Save meetkool/0947c32c00ae94b61f325a456fcb1938 to your computer and use it in GitHub Desktop.

Select an option

Save meetkool/0947c32c00ae94b61f325a456fcb1938 to your computer and use it in GitHub Desktop.
[BLOG] Untitled Post
title location images tags privacy createdAt updatedAt
Untitled Post
19.2145, 72.9605
blog
quick-post
public
2026-02-09 21:31:10 UTC
2026-02-09 21:43:27 UTC

wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb

sudo dpkg -i cloudflared-linux-amd64.deb

cloudflared --version

cloudflared access ssh --hostname in.mockpeer.me

meet@pop-os:~$ cat .ssh/config Host server HostName in.mockpeer.me User admin IdentityFile ~/.ssh/id_ed508 ServerAliveInterval 60 TCPKeepAlive yes Compression yes ProxyCommand cloudflared access ssh --hostname %h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment