summaryrefslogtreecommitdiff
path: root/.emacs.d.back/tramp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d.back/tramp')
-rw-r--r--.emacs.d.back/tramp49
1 files changed, 49 insertions, 0 deletions
diff --git a/.emacs.d.back/tramp b/.emacs.d.back/tramp
new file mode 100644
index 00000000..c3182470
--- /dev/null
+++ b/.emacs.d.back/tramp
@@ -0,0 +1,49 @@
+;; -*- emacs-lisp -*- <19/12/20 16:51:08 /home/roger/.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 "cloud.rogs.me" nil nil nil)
+ ("uname" "Linux 4.15.0-55-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")
+ ("~" "/root")
+ ("file-exists" "test -e")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 0)
+ ("gid-string" "root")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("git" "\\git")
+ ("uid-integer" 0))
+ ((tramp-file-name "ssh" "roger" nil "192.168.1.222" nil nil nil)
+ ("uname" "Linux 5.0.0-36-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")
+ ("~" "/home/roger")
+ ("file-exists" "test -e")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 1000)
+ ("gid-string" "roger")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("git" "\\git")
+ ("ls" "/bin/ls --color=never")
+ ("ls-quoting-style" t)
+ ("ls-dired" t)
+ ("uid-integer" 1000))
+ ((tramp-file-name "ssh" "ubuntu" nil "api-pincodes.destapp.com" nil nil nil)
+ nil))