# apps/web/src/components/features/ssh-keys dir: apps/web/src/components/features/ssh-keys index: apps/web/src/components/features/ssh-keys/.pi-map.index.md ## role Provides UI components for SSH key lifecycle management including creation and list operations with cryptographic signing/verification features. ## files - SSHKeyCreateForm.tsx | Renders a form for creating/generating a new SSH key with name input and submit button. | exp: SSHKeyCreateForm | dep: ../../icon, React, Icon component - SSHKeyList.tsx | Renders a list of SSH keys with signing and verification capabilities | exp: SSHKeyList | dep: ../../icon, ../../data-states, ../../../api/ssh-keys, Icon, EmptyState, ErrorState, SSHKey type ## arch Feature-based component composition with form/list separation pattern, likely using React functional components with hooks for state management and API integration. ## tags sshkey, form, list, create, ssh, icon, renders, keys ## symbols - SSHKeyCreateForm - SSHKeyList ## workflows - change ssh-keys behavior read: SSHKeyCreateForm.tsx, SSHKeyList.tsx ## dirty -