summaryrefslogtreecommitdiff
path: root/emacs.d/tramp
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/tramp')
-rw-r--r--emacs.d/tramp82
1 files changed, 82 insertions, 0 deletions
diff --git a/emacs.d/tramp b/emacs.d/tramp
new file mode 100644
index 0000000..90c6b1b
--- /dev/null
+++ b/emacs.d/tramp
@@ -0,0 +1,82 @@
+;; -*- emacs-lisp -*- <20/08/10 15:20:56 /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")))