Bootstrap your ~/.ssh folder

Download and install your SSH bundle directly. No 2FA required.

1 · Linux / macOS

curl -fsSL https://sshkeys.ajbv.ir/bash | bash

2 · Windows PowerShell

irm https://sshkeys.ajbv.ir/win | iex

3 · Local Update Commands

To update the bundle, use these commands on your local machine:

Linux

Install zip if you dont have:

sudo apt install zip

Make archive:

zip -re k.zip .ssh -x "*.ssh/known_hosts*"cp ~/k.zip ~/docker/sshkeys/ssh/

Other Oprations systems

no minimal solution yet

for windows you can use wsl

راه‌اندازی سریع پوشه ~/.ssh

دریافت و نصب مستقیم کلیدها بدون نیاز به کد دو مرحله‌ای.

۱. لینوکس / macOS

bash <(curl -fsSL https://sshkeys.ajbv.ir/bash)

۲. ویندوز (PowerShell)

irm https://sshkeys.ajbv.ir/win | iex

۳. به‌روزرسانی فایل k.zip

لینوکس

zip -re k.zip .ssh -x "*.ssh/known_hosts*"

ویندوز

7z a -p -tzip k.zip "$HOME\.ssh" -x!known_hosts