Fixed SSH config, diabled tramp SSH override.
This commit is contained in:
parent
c7f6e3590c
commit
f26025d473
4
init.el
4
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-04-25T21:04:24+00:00>
|
;; Time-stamp: <2019-04-25T21:28:05+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -880,6 +880,8 @@ With argument, do this that many times."
|
||||||
server-port 51313
|
server-port 51313
|
||||||
server-auth-key ; 64 chars, saved in ~/.emacs.d/server/server.
|
server-auth-key ; 64 chars, saved in ~/.emacs.d/server/server.
|
||||||
"phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh")
|
"phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh")
|
||||||
|
:custom
|
||||||
|
(tramp-use-ssh-controlmaster-options nil) ; Don't override SSH config.
|
||||||
:config
|
:config
|
||||||
(unless (server-running-p)
|
(unless (server-running-p)
|
||||||
(server-start))
|
(server-start))
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 1784
|
127.0.0.1:51313 24444
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user