ToolypetMCP
intermediate5 minutescross hub

Developer Onboarding Security Kit

New developer setup: generate SSH key, create JWT for API access, set up TOTP 2FA, and generate a secure password.

onboardingdevelopersshjwttotpsecurity

이 레시피 활용 시점

Streamline new developer onboarding with all security credentials generated in one workflow. Ensure every team member starts with proper security from day one.

단계

1

Create SSH keys for Git

프롬프트:Generate Ed25519 SSH key pair with comment 'newdev@company' for Git and server access
2

Create API access token

프롬프트:Generate a personal API token for internal service access
3

Create dev environment JWT

프롬프트:Generate a developer JWT with claims {sub: 'newdev', role: 'developer', team: 'backend'} expiring in 30 days
4

Enable 2FA

프롬프트:Set up TOTP 2FA for the developer's company account with issuer 'CompanyName'
5

Create initial password

프롬프트:Generate an initial 20-character password for the developer's company account

자주 묻는 질문

What's the first thing a new developer should set up?

SSH keys for Git access, then 2FA on all accounts. After that: VPN access, development environment, and API credentials. Security first, convenience second.

Should we use individual or shared API keys?

Always individual. Shared keys make it impossible to audit who did what, can't be revoked without affecting everyone, and violate the principle of least privilege.

관련 레시피