-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtramp
127 lines (126 loc) · 3.59 KB
/
tramp
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
;; -*- emacs-lisp -*- <12/09/06 22:27:31 /Users/ryan/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
((["sudo" "root" "localhost" nil]
("uname" "Darwin 11.4.0")
("test" "test")
("remote-path"
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("file-exists" "test -e")
("tmpdir" "/sudo:root@localhost:/tmp")
("id" "/usr/bin/id")
("uid-integer" 0)
("stat" nil)
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("gid-integer" 0)
("readlink" nil))
(["ssh" nil "dou2" nil]
("uname" "Linux 2.6.34-xen-r4")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("file-exists" "test -e")
("stat" "\\stat")
("id" "/usr/bin/id")
("gid-integer" 2127)
("readlink" "\\readlink")
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "base64")
("remote-decoding" "base64 -d -i")
("inline-compress" "gzip")
("inline-decompress" "gzip -d")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("ls" "/bin/ls --color=never")
("uid-integer" 2127)
("gid-string" "kongzhen"))
(["ssh" "ryan" "darwintree.org" nil]
("uname" "Linux 3.4.2-linode44")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("file-exists" "test -e")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("readlink" "\\readlink")
("stat" "\\stat")
("id" "/usr/bin/id")
("gid-integer" 1000)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "base64")
("remote-decoding" "base64 -d -i"))
(["ssh" nil "darwin" nil]
("uname" "Linux 3.4.2-linode44")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("file-exists" "test -e")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("readlink" "\\readlink")
("stat" "\\stat")
("id" "/usr/bin/id")
("gid-integer" 0)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "base64")
("remote-decoding" "base64 -d -i"))
(["ssh" nil "vagrant" nil]
("uname" "Linux 3.2.0-23-generic")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("~" "/home/vagrant")
("file-exists" "test -e")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("ls" "/bin/ls --color=never")
("ls-dired" t)
("stat" "\\stat")
("id" "/usr/bin/id")
("gid-integer" 1000)
("readlink" "\\readlink")
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "base64")
("remote-decoding" "base64 -d -i")
("uid-integer" 1000)
("gid-string" "vagrant")
("tmpdir" "/ssh:vagrant:/tmp")
("inline-compress" "gzip")
("inline-decompress" "gzip -d"))
(["sudo" "root" "vagrant" nil]
("uname" "Linux 3.2.0-23-generic")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("file-exists" "test -e")
("tmpdir" "/sudo:root@vagrant:/tmp")
("readlink" "\\readlink")
("stat" "\\stat")
("id" "/usr/bin/id")
("gid-integer" 0)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "base64")
("remote-decoding" "base64 -d -i")))