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)

3. Things to read later

Created: 2024-07-16 Tue 16:44

Validate