summaryrefslogtreecommitdiff
path: root/emacs.d/tramp
blob: e263c6a8c84368d46af295da6a316d9e8367e335 (plain)
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
;; -*- emacs-lisp -*- <20/09/04 08:40:24 /home/liw/.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" nil nil "pieni.net" nil nil nil)
  ("uname" "Linux 4.19.0-8-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/liw")
  ("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")
  ("git" "\\git")
  ("id" "/bin/id")
  ("gid-string" "liw")
  ("gid-integer" 1000)
  ("uid-integer" 1000))
 ((tramp-file-name "ssh" "root" nil "letest-letest.vm.liw.fi" nil nil nil)
  ("uname" "Linux 4.19.0-8-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")
  ("~" "/root")
  ("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")
  ("git" "\\git")
  ("id" "/bin/id")
  ("gid-string" "root")
  ("gid-integer" 0)
  ("uid-integer" 0))
 ((tramp-file-name "ssh" nil nil "exolobe2" nil nil nil)
  ("uname" "Linux 4.19.0-9-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/liw")
  ("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")
  ("id" "/usr/bin/id")
  ("gid-string" "liw")
  ("uid-integer" 1000)
  ("gid-integer" 1000))
 ((tramp-file-name "ssh" nil nil "exolobe5" nil nil nil)
  ("uname" "Linux 4.19.0-10-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")
  ("readlink" "\\readlink")
  ("stat" "env QUOTING_STYLE=locale \\stat")
  ("case-insensitive" nil)
  ("perl-file-spec" t)
  ("perl-cwd-realpath" t)
  ("perl" "\\perl")
  ("id" "/bin/id")
  ("gid-string" "liw")
  ("gid-integer" 1000)
  ("uid-integer" 1000)
  ("~" "/home/liw"))
 ((tramp-file-name "ssh" nil nil "holywood5" nil nil nil)
  nil)
 ((tramp-file-name "ssh" nil nil "5" nil nil nil)
  nil)
 ((tramp-file-name "ssh" nil nil "e5" nil nil nil)
  nil)
 ((tramp-file-name "ssh" nil nil "ex5" nil nil nil)
  nil)
 ((tramp-file-name "ssh" nil nil "exo5" nil nil nil)
  nil)
 ((tramp-file-name "ssh" nil nil "exol5" nil nil nil)
  nil)
 ((tramp-file-name "ssh" nil nil "exolo5" nil nil nil)
  nil)
 ((tramp-file-name "ssh" nil nil "exolob5" nil nil nil)
  nil))