-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtramp
More file actions
49 lines (48 loc) · 1.52 KB
/
tramp
File metadata and controls
49 lines (48 loc) · 1.52 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
;; -*- emacs-lisp -*- <19/07/17 16:44:38 /Users/chenfeng/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
(((tramp-file-name "ssh" "root" nil "118.31.52.92" "22" nil nil)
("uname" "Linux 3.10.0-957.1.3.el7.x86_64")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/usr/bin" "/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("remote-shell" "/bin/sh")
("id" "/usr/bin/id")
("gid-string" "root")
("stat" "env QUOTING_STYLE=locale \\stat")
("file-exists" "test -e")
("~" "/root")
("gid-integer" 0)
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("case-insensitive" nil)
("readlink" "\\readlink")
("git" "\\git")
("env-u-option" t))
((tramp-file-name "ssh" "parallels" nil "10.211.55.4" "22" nil nil)
("uname" "Linux 4.15.0-34-generic")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("remote-shell" "/bin/sh")
("file-exists" "test -e")
("case-insensitive" nil)
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("bzr" nil)
("git" nil)
("hg" nil)
("~" "/home/parallels")
("id" "/usr/bin/id")
("gid-string" "parallels")
("gid-integer" 1000))
((tramp-file-name "ssh" nil nil "cfMac" nil nil nil)
nil)
((tramp-file-name "sudo" "parallels" nil "10.211.55.4" "22" nil nil)
nil))