-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtramp
96 lines (95 loc) · 2.73 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
;; -*- emacs-lisp -*- <18/04/30 15:32:05 /home/ross/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
((["ssh" nil "bb136" nil nil]
("uname" "Linux 4.15.15-1-ARCH")
("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"))
(["ssh" nil "debVM" nil nil]
("uname" "Linux 4.15.0-3-amd64")
("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")
("~" "/home/ross")
("file-exists" "test -e")
("ls" "/bin/ls --color=never")
("ls-dired" t)
("stat" nil)
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("id" "/usr/bin/id")
("gid-integer" 1000)
("readlink" "\\readlink")
("gid-string" "ross"))
(["sudo" "root" "rossXPS15" nil nil]
("uname" "Linux 4.15.0-3-amd64")
("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")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl"))
(["sudo" "root" "ross" nil nil]
("uname" "Linux 4.15.0-3-amd64")
("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")
("stat" nil)
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("id" "/usr/bin/id")
("gid-integer" 0)
("ls" "/bin/ls --color=never")
("ls-dired" t)
("file-exists" "test -e")
("readlink" "\\readlink")
("gid-string" "root")
("uid-integer" 0)
("git" nil))
(["sudo" "root" "localhost" nil nil]
nil)
(["ssh" nil "sudo" nil nil]
nil)
(["sudo" "ross" "localhost" nil nil]
("uname" "Linux 4.15.0-3-amd64")
("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")
("ls" "/bin/ls --color=never")
("ls-dired" t)
("stat" nil)
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("id" "/usr/bin/id")
("gid-integer" 1000)
("readlink" "\\readlink")
("gid-string" "ross")
("uid-integer" 1000))
(["ssh" nil "ssh" nil nil]
nil)
(["ssh" "ross" "debVM" nil nil]
("uname" "Linux 4.15.0-3-amd64")
("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"))
(["debVM" nil "sudo" nil nil]
nil))