ssh
Table of Contents
1. Tips
- Inside a ssh session do ~? : This will list all the sequences
1.1. SSHFS
- Mounting happens relative to remote user's home directory. Eg. You want to mount
/some_dir, Just do ~sshfs remote:some_dir [mount_point]
- Unmounting:
fusermount3 -u [mountpoint]
2. Things to add
[ ]
Generating keys (See github-keygen)[ ]
Deleting keys[ ]
Rotating keys[ ]
Backing up keys (See melt)