summaryrefslogtreecommitdiffstats
path: root/templates/man8/telnetd.8.pot
blob: 1bf905f17e2be4c4dba96702829c3e61b23a79dc (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-02-09 17:13+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: archlinux
#, no-wrap
msgid "TELNETD"
msgstr ""

#. type: TH
#: archlinux
#, no-wrap
msgid "December 2023"
msgstr ""

#. type: TH
#: archlinux
#, no-wrap
msgid "GNU inetutils 2.5"
msgstr ""

#. type: TH
#: archlinux
#, no-wrap
msgid "System Administration Utilities"
msgstr ""

#. #-#-#-#-#  archlinux: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: SH
#. #-#-#-#-#  debian-bookworm: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#. #-#-#-#-#  debian-unstable: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#: archlinux debian-bookworm debian-unstable
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: archlinux
msgid "telnetd - Telnet server"
msgstr ""

#. #-#-#-#-#  archlinux: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: SH
#. #-#-#-#-#  debian-bookworm: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#. #-#-#-#-#  debian-unstable: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#: archlinux debian-bookworm debian-unstable
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: archlinux
msgid "B<telnetd> [I<\\,OPTION\\/>...]"
msgstr ""

#. #-#-#-#-#  archlinux: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: SH
#. #-#-#-#-#  debian-bookworm: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#. #-#-#-#-#  debian-unstable: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#: archlinux debian-bookworm debian-unstable
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: archlinux
msgid "DARPA telnet protocol server"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<-D>, B<--debug>[=I<\\,LEVEL\\/>]"
msgstr ""

#. type: Plain text
#: archlinux
msgid "set debugging level"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<-E>, B<--exec-login>=I<\\,STRING\\/>"
msgstr ""

#. type: Plain text
#: archlinux
msgid "set program to be executed instead of I<\\,/usr/bin/login\\/>"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<-h>, B<--no-hostinfo>"
msgstr ""

#. type: Plain text
#: archlinux
msgid "do not print host information before login has been completed"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<-l>, B<--linemode>[=I<\\,MODE\\/>]"
msgstr ""

#. type: Plain text
#: archlinux
msgid "set line mode"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<-n>, B<--no-keepalive>"
msgstr ""

#. type: Plain text
#: archlinux
msgid "disable TCP keep-alives"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<-U>, B<--reverse-lookup>"
msgstr ""

#. type: Plain text
#: archlinux
msgid ""
"refuse connections from addresses that cannot be mapped back into a symbolic "
"name"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "-?, B<--help>"
msgstr ""

#. type: Plain text
#: archlinux
msgid "give this help list"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<--usage>"
msgstr ""

#. type: Plain text
#: archlinux
msgid "give a short usage message"
msgstr ""

#. type: TP
#: archlinux
#, no-wrap
msgid "B<-V>, B<--version>"
msgstr ""

#. type: Plain text
#: archlinux
msgid "print program version"
msgstr ""

#. type: Plain text
#: archlinux
msgid ""
"Mandatory or optional arguments to long options are also mandatory or "
"optional for any corresponding short options."
msgstr ""

#. type: SH
#: archlinux
#, no-wrap
msgid "AUTHOR"
msgstr ""

#. type: Plain text
#: archlinux
msgid "Written by many authors."
msgstr ""

#. type: SH
#: archlinux
#, no-wrap
msgid "REPORTING BUGS"
msgstr ""

#. type: Plain text
#: archlinux
msgid "Report bugs to E<lt>bug-inetutils@gnu.orgE<gt>."
msgstr ""

#. type: SH
#: archlinux
#, no-wrap
msgid "COPYRIGHT"
msgstr ""

#. type: Plain text
#: archlinux
msgid ""
"Copyright \\(co 2023 Free Software Foundation, Inc.  License GPLv3+: GNU GPL "
"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
msgstr ""

#. type: Plain text
#: archlinux
msgid ""
"This is free software: you are free to change and redistribute it.  There is "
"NO WARRANTY, to the extent permitted by law."
msgstr ""

#. #-#-#-#-#  archlinux: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: SH
#. #-#-#-#-#  debian-bookworm: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#. #-#-#-#-#  debian-unstable: telnetd.8.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: Sh
#: archlinux debian-bookworm debian-unstable
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: archlinux
msgid "telnet(1)"
msgstr ""

#. type: Plain text
#: archlinux
msgid ""
"The full documentation for B<telnetd> is maintained as a Texinfo manual.  If "
"the B<info> and B<telnetd> programs are properly installed at your site, the "
"command"
msgstr ""

#. type: Plain text
#: archlinux
msgid "B<info telnetd>"
msgstr ""

#. type: Plain text
#: archlinux
msgid "should give you access to the complete manual."
msgstr ""

#. type: Dd
#: debian-bookworm debian-unstable
#, no-wrap
msgid "February 9, 2019"
msgstr ""

#. type: Dt
#: debian-bookworm debian-unstable
#, no-wrap
msgid "TELNETD 8 SMM"
msgstr ""

#. type: Os
#: debian-bookworm debian-unstable
#, no-wrap
msgid "GNU Network Utilities"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "E<.Nm telnetd>"
msgstr ""

#. type: Nd
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DARPA"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "E<.Tn TELNET> protocol server"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "E<.Nm telnetd> E<.Op Ar options ...>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The E<.Nm telnetd> command is a server which supports the E<.Tn DARPA> "
"standard E<.Tn TELNET> virtual terminal protocol.  E<.Nm telnetd> is "
"normally invoked by the internet server (see E<.Xr inetd 8>)  for requests "
"to connect to the E<.Tn TELNET> port as indicated by the E<.Pa /etc/"
"services> file (see E<.Xr services 5>)."
msgstr ""

#. type: Sh
#: debian-bookworm debian-unstable
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "The E<.Nm telnetd> command accepts the following options:"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl a , -authmode Ar authmode"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This option may be used for specifying what mode should be used for "
"authentication.  Note that this option is only useful if E<.Nm telnetd> has "
"been compiled with support for the E<.Dv AUTHENTICATION> option.  There are "
"several valid values for E<.Ar authmode>:"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm user"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Only allow connections when the remote user can provide valid authentication "
"information to identify the remote user, and is allowed access to the "
"specified account without providing a password."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm valid"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Only allow connections when the remote user can provide valid authentication "
"information to identify the remote user.  The E<.Xr login 1> command will "
"provide any additional user verification needed if the remote user is not "
"allowed automatic access to the specified account."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm other"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Only allow connections that supply some authentication information.  This "
"option is currently not supported by any of the existing authentication "
"mechanisms, and is thus the same as specifying E<.Fl a> E<.Cm valid>."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm none"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This is the default state.  Authentication information is not required.  If "
"no or insufficient authentication information is provided, then the E<.Xr "
"login 1> program will provide the necessary user verification."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm off"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This disables the authentication code.  All user verification will happen "
"through the E<.Xr login 1> program."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl S , -server-principal Ar name"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Set the Kerberos principal name for this server instance, with or without an "
"explicit realm."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl X , -disable-auth-type Ar authtype"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This option is only valid if E<.Nm telnetd> has been built with support for "
"the authentication option.  It disables the use of E<.Ar authtype> "
"authentication, and can be used to temporarily disable a specific "
"authentication type without having to recompile E<.Nm telnetd>."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl D , -debug Op Ar debugmode"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This option may be used for debugging purposes.  This allows E<.Nm telnetd> "
"to print out debugging information to the connection, allowing the user to "
"see what E<.Nm telnetd> is doing.  There are several possible values for E<."
"Ar debugmode>:"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm options"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Prints information about the negotiation of E<.Tn TELNET> options."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm report"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Prints the E<.Cm options> information, plus some additional information "
"about what processing is going on."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm netdata"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Displays the data stream received by E<.Nm telnetd.>"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm ptydata"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Displays data written to the pty."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm auth"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Displays authentication information."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm encr"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Displays encryption information."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl E , -exec-login Ar string"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Set the program to be executed instead of E<.Pa /bin/login>."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl h , -no-hostinfo"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Disables the printing of host-specific information before login has been "
"completed."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl l , -linemode Op Ar mode"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Specifies line mode.  Tries to force clients to use line- at-a-time mode.  "
"If E<.Ar mode> is E<.Cm nokludge>, then automatic klugde linemode will be "
"disabled.  If the E<.Dv LINEMODE> option is not supported, it will go into "
"kludge linemode."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl n , -no-keepalive"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Disable E<.Dv TCP> keep-alives.  Normally E<.Nm telnetd> enables the E<.Tn "
"TCP> keep-alive mechanism to probe connections that have been idle for some "
"period of time to determine if the client is still there, so that idle "
"connections from machines that have crashed or can no longer be reached may "
"be cleaned up."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl U , -reverse-lookup"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This option causes E<.Nm telnetd> to refuse connections from addresses that "
"cannot be mapped back into a symbolic name via the E<.Xr gethostbyaddr 3> "
"routine."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl ? , -help"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Display a help list."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl -usage"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Display a short usage message."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Fl V , -version"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Display program version."
msgstr ""

#. type: Sh
#: debian-bookworm debian-unstable
#, no-wrap
msgid "OPERATION"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"E<.Nm telnetd> operates by allocating a pseudo-terminal device (see E<.Xr "
"pty 4>)  for a client, then creating a login process which has the slave "
"side of the pseudo-terminal as E<.Dv stdin>, E<.Dv stdout> and E<.Dv "
"stderr>.  E<.Nm telnetd> manipulates the master side of the pseudo-terminal, "
"implementing the E<.Tn TELNET> protocol and passing characters between the "
"remote client and the login process."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"When a E<.Tn TELNET> session is started up, E<.Nm telnetd> sends E<.Tn "
"TELNET> options to the client side indicating a willingness to do the "
"following E<.Tn TELNET> options, which are described in more detail below:"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
"DO AUTHENTICATION\n"
"WILL ENCRYPT\n"
"DO TERMINAL TYPE\n"
"DO TSPEED\n"
"DO XDISPLOC\n"
"DO NEW-ENVIRON\n"
"DO ENVIRON\n"
"WILL SUPPRESS GO AHEAD\n"
"DO ECHO\n"
"DO LINEMODE\n"
"DO NAWS\n"
"WILL STATUS\n"
"DO LFLOW\n"
"DO TIMING-MARK\n"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The pseudo-terminal allocated to the client is configured to operate in E<."
"Dq cooked> mode, and with E<.Dv XTABS and> E<.Dv CRMOD> enabled (see E<.Xr "
"tty 4>)."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"E<.Nm telnetd> has support for enabling locally the following E<.Tn TELNET> "
"options:"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "WILL ECHO"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"When the E<.Dv LINEMODE> option is enabled, a E<.Dv WILL ECHO> or E<.Dv WONT "
"ECHO> will be sent to the client to indicate the current state of terminal "
"echoing.  When terminal echo is not desired, a E<.Dv WILL ECHO> is sent to "
"indicate that E<.Tn telnetd> will take care of echoing any data that needs "
"to be echoed to the terminal, and then nothing is echoed.  When terminal "
"echo is desired, a E<.Dv WONT ECHO> is sent to indicate that E<.Tn telnetd> "
"will not be doing any terminal echoing, so the client should do any terminal "
"echoing that is needed."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "WILL BINARY"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates that the client is willing to send a 8 bits of data, rather than "
"the normal 7 bits of the Network Virtual Terminal."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "WILL SGA"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates that it will not be sending E<.Dv IAC GA,> go ahead, commands."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "WILL STATUS"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates a willingness to send the client, upon request, of the current "
"status of all E<.Tn TELNET> options."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "WILL TIMING-MARK"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Whenever a E<.Dv DO TIMING-MARK> command is received, it is always responded "
"to with a E<.Dv WILL TIMING-MARK>"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "WILL LOGOUT"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"When a E<.Dv DO LOGOUT> is received, a E<.Dv WILL LOGOUT> is sent in "
"response, and the E<.Tn TELNET> session is shut down."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "WILL ENCRYPT"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Only sent if E<.Nm telnetd> is compiled with support for data encryption, "
"and indicates a willingness to decrypt the data stream."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"E<.Nm telnetd> has support for enabling remotely the following E<.Tn TELNET> "
"options:"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO BINARY"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Sent to indicate that E<.Tn telnetd> is willing to receive an 8 bit data "
"stream."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO LFLOW"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Requests that the client handle flow control characters remotely."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO ECHO"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This is not really supported, but is sent to identify a 4.2BSD E<.Xr telnet "
"1> client, which will improperly respond with E<.Dv WILL ECHO.> If a E<.Dv "
"WILL ECHO> is received, a E<.Dv DONT ECHO> will be sent in response."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO TERMINAL-TYPE"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates a desire to be able to request the name of the type of terminal "
"that is attached to the client side of the connection."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO SGA"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates that it does not need to receive E<.Dv IAC GA,> the go ahead "
"command."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO NAWS"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Requests that the client inform the server when the window (display) size "
"changes."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO TERMINAL-SPEED"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates a desire to be able to request information about the speed of the "
"serial line to which the client is attached."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO XDISPLOC"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates a desire to be able to request the name of the X windows display "
"that is associated with the telnet client."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO NEW-ENVIRON"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates a desire to be able to request environment variable information, "
"as described in RFC 1572."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO ENVIRON"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Indicates a desire to be able to request environment variable information, "
"as described in RFC 1408."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO LINEMODE"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Only sent if E<.Nm telnetd> is compiled with support for linemode, and "
"requests that the client do line by line processing."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO TIMING-MARK"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Only sent if E<.Nm telnetd> is compiled with support for both linemode and "
"kludge linemode, and the client responded with E<.Dv WONT LINEMODE.> If the "
"client responds with E<.Dv WILL TM,> the it is assumed that the client "
"supports kludge linemode.  Note that the E<.Op Fl k> option can be used to "
"disable this."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO AUTHENTICATION"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Only sent if E<.Nm telnetd> is compiled with support for authentication, and "
"indicates a willingness to receive authentication information for automatic "
"login."
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DO ENCRYPT"
msgstr ""

#. type: Sh
#: debian-bookworm debian-unstable
#, no-wrap
msgid "FILES"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "E<.Pa /etc/services>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "E<.Xr telnet 1>, E<.Xr login 1>, E<.Xr bftp 1> (if supported)"
msgstr ""

#. type: Sh
#: debian-bookworm debian-unstable
#, no-wrap
msgid "STANDARDS"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-854"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "E<.Tn TELNET> PROTOCOL SPECIFICATION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-855"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET OPTION SPECIFICATIONS"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-856"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET BINARY TRANSMISSION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-857"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET ECHO OPTION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-858"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET SUPPRESS GO AHEAD OPTION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-859"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET STATUS OPTION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-860"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET TIMING MARK OPTION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-861"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET EXTENDED OPTIONS - LIST OPTION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-885"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "TELNET END OF RECORD OPTION"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1073"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Window Size Option"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1079"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Terminal Speed Option"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1091"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Terminal-Type Option"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1096"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet X Display Location Option"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1123"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Requirements for Internet Hosts -- Application and Support"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1184"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Linemode Option"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1372"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Remote Flow Control Option"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1416"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Authentication Option"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1411"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Authentication: Kerberos Version 4"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1412"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Authentication: SPX"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1571"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Environment Option Interoperability Issues"
msgstr ""

#. type: It
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Cm RFC-1572"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Telnet Environment Option"
msgstr ""

#. type: Sh
#: debian-bookworm debian-unstable
#, no-wrap
msgid "BUGS"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Some E<.Tn TELNET> commands are only partially implemented."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Because of bugs in the original 4.2 BSD E<.Xr telnet 1>, E<.Nm telnetd> "
"performs some dubious protocol exchanges to try to discover if the remote "
"client is, in fact, a 4.2 BSD E<.Xr telnet 1>."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Binary mode has no common interpretation except between similar operating "
"systems (Unix in this case)."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The terminal type name received from the remote client is converted to lower "
"case."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"E<.Nm telnetd> never sends E<.Tn TELNET> E<.Dv IAC GA> (go ahead) commands."
msgstr ""