Version 1 (modified by 8 years ago) (diff) | ,
---|
Table of Contents
1. Communicate departure and impact of it
For each relation, colleague:
- Communicate departure and impact of it.
1.1. Examples
- External developers.
- Identity federations.
- Academic hosters (generally, hosters that work on informal basis).
2. Drop permissions and data access
For each host, service you have access to:
- Relinquish you permissions to access and/or capabilities.
2.1. Examples
- VPS hosts.
- Dashboards/control panels etc.
- SSH keypairs, htpassword files and other local credentials.
- GitHub organization. Normally, you should only be removed from teams/roles. In case repos are configured to grant you access personally, convert into team membership and remove yourself from the team.
- GitLab? groups.
- External (administrative) accounts .
3. Tidy up data and processes you leave
Prevent that others will be distracted by irrelevant data.
For each host you have access to:
- backup and remove your personal data.
- kill processes.
For each host you administer, find leftover files.
3.1. Examples
- Home directories.
- Long-running processes such as tmux/screen sessions.
Good utilities for this are `rmlint` and find
.