aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 4e39728a146..0b13c17dbcf 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -4144,6 +4144,23 @@ your proxy host.
4144 4144
4145 4145
4146@item 4146@item
4147@value{tramp} does not connect to Samba or MS Windows hosts running
4148SMB1 connection protocol.
4149
4150@vindex tramp-smb-options
4151Recent versions of @command{smbclient} do not support old connection
4152protocols by default. In order to connect to such a host, add a
4153respective option:
4154
4155@lisp
4156(add-to-list 'tramp-smb-options "client min protocol=NT1")
4157@end lisp
4158
4159@strong{Note} that using a deprecated connection protocol raises
4160security problems, you should do it only if absolutely necessary.
4161
4162
4163@item
4147File name completion does not work with @value{tramp} 4164File name completion does not work with @value{tramp}
4148 4165
4149@acronym{ANSI} escape sequences from the remote shell may cause errors 4166@acronym{ANSI} escape sequences from the remote shell may cause errors