Context System Repository ========================= This repository contains packages to update the internal context system of cloud instances. This allows for the live attaching, modification and detaching of network interfaces and SSH public keys. For DEB Distributions (Debian, Ubuntu) -------------------------------------- To add the respository, create a new source list: # echo "deb [arch=amd64] https://context.orionvm.com/[OS] [codename] main" > \ /etc/apt/sources.list.d/context.list And add the public key for verification: # sudo curl -sS https://context.orionvm.com/context.gpg.key | \ gpg --dearmor > /etc/apt/trusted.gpg.d/context.gpg For RPM Distributions (AlmaLinux, CentOS, RHEL, Scientific, Fedora Server) --------------------------------------------------------------- To add the repository, create a new source repo: # vim /etc/yum.repos.d/context.repo And add the following lines: [context] name=name=AlmaLinux-$releasever - Context baseurl=http://context.orionvm.com/almalinux/$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-Context Then download the public key for package verification: # curl -o /etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-Context \ https://context.orionvm.com/context.gpg.key And import the key: rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-Context For PKGNG Distributions (FreeBSD, FreeNAS) ------------------------------------------ Support for PKGNG is forthcoming.