Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created May 5, 2018 15:54
Show Gist options
  • Save onokatio/d5a9677abf4d5bb5cefbc95e151d6ca7 to your computer and use it in GitHub Desktop.
Save onokatio/d5a9677abf4d5bb5cefbc95e151d6ca7 to your computer and use it in GitHub Desktop.
高専生が無料で使えるLAMP Webサーバー KosenSpaceでsshfsを使ってみた ref: https://qiita.com/onokatio/items/f6cb6973bda065393d3b
$ sudo pacman -S sshfs
$ mkdir ~/kosenspace
$ sshfs hoge@kosen.space:/ ~/kosenspace -o IdentityFile=~/.ssh/fuga
hoge@kosen.space:/ /home/hoge/kosenspace fuse.sshfs noauto,x-systemd.automount,_netdev,user,idmap=user,follow_symlinks,identityfile=/home/hoge/.ssh/huga,allow_other,default_permissions,uid=1000,gid=998 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment