-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsshfs.toml
More file actions
51 lines (46 loc) · 2.1 KB
/
Copy pathsshfs.toml
File metadata and controls
51 lines (46 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
binPath = "C:/Program Files/SSHFS-Win/bin/sshfs.exe" # please install sshfs and winfsp first
[[connections]]
name = "root@fjail/fuserdata" # human readable, show in explorer
user = "root" # SSH username
host = "192.168.31.11" # SSH server domain name or IP address
port = "22" # SSH server port (default to 22), string, not number
folder = "/media/fuserdata" # which folder of server to mount
mountPoint = "X:" # make sure this drive letter is availble
identityFile = "C:/Users/Fifv/.ssh/id_ed255519" # only support public key, can't use password
isMountAsANetworkDrive = true # some apps have optimizations for netdrive
[[connections]]
name = "root@fjail/BitTorrentDownload/"
user = "root"
host = "192.168.31.11"
port = "22"
folder = "/media/BitTorrentDownload/"
mountPoint = "Y:"
identityFile = "C:/Users/Fifv/.ssh/id_ed255519"
isMountAsANetworkDrive = true
[[connections]]
name = "root@fjail"
user = "root"
host = "192.168.31.11"
port = "22"
folder = "/"
mountPoint = "Z:"
identityFile = "C:/Users/Fifv/.ssh/id_ed255519"
isMountAsANetworkDrive = true
[[connections]]
name = "fifv@VB.Arch/"
user = "fifv"
host = "192.168.56.102"
port = "22"
folder = "/"
mountPoint = "R:"
identityFile = "C:/Users/Fifv/.ssh/id_ed255519"
isMountAsANetworkDrive = false
[[connections]]
name = "fifv@raspi5/"
user = "fifv"
host = "192.168.0.103"
port = "22"
folder = "/"
mountPoint = "P:"
identityFile = "C:/Users/Fifv/.ssh/id_ed255519"
isMountAsANetworkDrive = true