Stop Juggling SSH Keys: Manage Multiple Git Profiles
Stop Juggling SSH Keys: How to Manage Multiple Git Profiles If you are a developer, chances are you’ve run into this nightmare: You just spent an hour…
Tech news from the best sources
Stop Juggling SSH Keys: How to Manage Multiple Git Profiles If you are a developer, chances are you’ve run into this nightmare: You just spent an hour…
Привет! На связи Антон Дятлов, инженер по защите информации в Selectel . В инфраструктуре из 1000 серверов и 100 администраторов счет активным S…
Каждый, кто работает с SSH, наизусть знает ритуал первого подключения (TOFU) и страшный ворнинг о смене ключей хоста. Но почему в 99% случаев мы прост…
Let me be honest about my Linux level first, because this whole article depends on it. I live in my IDE. These days, an agentic desktop. I write promp…
I kept hitting the same wall: I'm on my laptop, I need a shell on my desktop across the room for one quick thing, and standing between me and that she…
I use my SSH manager every day. I also use a separate monitoring tool every day. For a long time I just accepted that these were two different things.…
Агентская разработка развивается семимильными шагами. Но не всё идёт так радужно, как хотелось бы. Например, ИИ-агенты по умолчанию заваливают разрабо…
Разбор интересной уязвимости pac4j-jwt на примере решения машины HackTheBox Principal. Средний уровень сложности, но концептуально очень интересная. О…
How to share your ~/.ssh/config with devcontainers The purpose is to enable using git with your provider directly from the devcontainer. The problem i…
Why SSH Password Login Persisted: The cloud-init Drop-in Configuration Trap There was a time when I tried to disable SSH password login and use only k…
Недавно я написал две статьи про решение проблем с доступом с Claude Code, Antigravity и другими сервисами из России ( часть 1 , часть 2 ), но практик…
Признайтесь: вы не знаете, кто у вас сейчас просит пароль. Вы делаете git push. Иногда выскакивает окошко. Иногда терминал молча ждёт ввода, и буквы н…
Build a Self-Hosted SSH Tunneling Server with Per-User Accounting If you want a self-hosted SSH tunneling server that handles bandwidth limits, sessio…
I manage a handful of servers across client environments. Some use key auth, some use passwords, and most of the time I need root access once I'm in. …
You SSH into 10 servers to check disk space. You write a quick for loop. A typo crashes one session. You're not sure which ones you've already checked…
You signed up for a hosting service. You're ready to deploy your app. Then a box pops up: "Paste your SSH public key." And you freeze. What key? Where…
1. Introduction As the golden standard of secure remote access , the Secure Shell (SSH) protocol has several layers of protection. One of them involve…
How to configure ssh-agent, agent forwarding, & agent protocol The ssh-agent is a helper program that keeps track of users' identity keys and thei…
What Is ssh-keygen ? ssh-keygen is a tool for creating new SSH public-key key pairs. SSH Keys and Public Key Authentication The SSH protocol uses publ…
После перехода на macOS я не нашёл SSH-клиент, который закрывает мой ежедневный сценарий так же удобно, как WinSSHTerm. Устал от постоянных компромисс…
Every SSH command you run opens a fresh TCP connection and completes a full cryptographic handshake. Here's how to do it once and reuse it hundreds of…
Как безопасно опубликовать домашний сервер без белого IP и проброса портов: домашний сервер сам устанавливает исходящее SSH-соединение к VPS, на VPS с…
Каждый раз, когда я с кем-то делюсь очередной успешной покупкой ретрокомпьютера, мне задают один и тот же вопрос: «А что ты с ним будешь делать?» С од…
В последние годы для команд, которые работают с зарубежной инфраструктурой из России, обычный корпоративный VPN перестал быть чем-то, что можно один р…
О, вам нравится SSH? А перечислите-ка все флаги! Приветствую Все мы видели эти красивые схемы , демонстрирующие, как в SSH устроен проброс  …
I'm Wes, solo developer behind AidaIDE . I launched on Hacker News today and wanted to write up the longer version here for the dev.to crowd. The prob…
Originally published at recca0120.github.io You have access to a GitHub repo, but the SSH key isn't the default ~/.ssh/id_rsa or ~/.ssh/id_ed25519 . R…
Most SSH tools solve the connection problem. I wanted to solve the workflow around the connection. When I manage servers, the work rarely stops at "op…
Сегодня я бы хотел рассказать о небольшом проекте, который тянется немного, немало, около двух лет. Я назвал его TLSS, или TLS Service — кар…
This is a working guide to using a YubiKey for SSH on a real Linux fleet, plus the surrounding landscape — PIV, software-only alternatives, and SSH ce…