# keys **Repository Path**: mirrors_Ceph/keys ## Basic Information - **Project Name**: keys - **Description**: SSH and other keys used by the project, mostly in the Sepia lab - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ====== Keys ====== This repository contains SSH keys (and in the future, maybe others) used for accessing the Sepia lab. SSH keys are stored as ``ssh/USER.pub``. A group called ``@all`` is automatically provided, that contains keys for all the known users. After updating keys, run ``./update`` You use these keys by setting in ``/etc/ssh/ssh_import_id``:: URL='https://raw.githubusercontent.com/ceph/keys/autogenerated/ssh/%s.pub' and then running:: ssh-import-id USER or:: ssh-import-id @all