wiki.xw3.org

Welcome, this is not the xw3 project Wiki... But it is part of the xw3.org development infrastructure.

User Tools

Site Tools


ssh

SSH Notes

Create SSH Key Pair with special filename:

cd ~/.ssh
ssh-keygen -f key-filename

This will generate:

~/.ssh/key-filename
~/.ssh/key-filename.pub

Use this command to remove entries from known_hosts:

ssh-keygen -R hostname
ssh.txt · Last modified: 2024-03-12 by hanez