rdesktop.1 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. .TH RDESKTOP 1 "January 2001" "Manual page for rdesktop"
  2. .\"
  3. .\" 5th January 2001
  4. .\" Man page author:
  5. .\" Hugo Trippaers <spark@ision.nl>
  6. .\"
  7. .SH NAME
  8. .I rdesktop
  9. \- terminal server client for Windows NT4 and Windows 2000
  10. .SH SYNOPSIS
  11. .B rdesktop
  12. \-n <hostname> [options] server
  13. .br
  14. .SH DESCRIPTION
  15. .I rdesktop
  16. acts as a window terminal services client for Windows NT terminal servers and
  17. Windows 2000 terminal services either in administration or licenced mode.
  18. rdesktop implements the RDP version 4 protcol as used by Windows NT4
  19. Terminalserver. Various mailinglistmembers wrote patches for rdesktop which
  20. implement RDP version 5. RDP 5 is used by Windows 2000 Terminal Services. At
  21. this time the patches are not merged in the main codebase but distributed
  22. seperately. See the links section for URLS.
  23. .SH OPTIONS
  24. .TP
  25. .BR "-u"
  26. The username for authentication on the terminal server, together with -p this
  27. can be used for autologon. On win2k the username is prefilled on the username
  28. box.
  29. .TP
  30. .BR "-d"
  31. The domain to to which the user belongs. Use -u user@domain for win2k servers.
  32. .TP
  33. .BR "-s"
  34. The startup shell for the user. Use this to force the user to start a specific
  35. shell of program after startup.
  36. .TP
  37. .BR "-c"
  38. The current working directory for the user. Often used in combination with -s
  39. to setup a fixed enviroment for the user after logon.
  40. .TP
  41. .BR "-p"
  42. The passwork to authenticate with, used in combination with -u for autologon.
  43. .TP
  44. .BR "-n"
  45. The name of the current machine rdesktop is running on. Ussualy the hostname
  46. (without the domain).
  47. .TP
  48. .BR "-w"
  49. Width of the remote desktop.
  50. .TP
  51. .BR "-h"
  52. Height of the remote desktop.
  53. .TP
  54. .BR "-k"
  55. The keyboard layout for the rdesktop session. i.e. us, is or nl
  56. .TP
  57. .BR "-b"
  58. Use this switch to force bitmap updates.
  59. .TP
  60. .BR "-m"
  61. Disable the sending of motion events.
  62. .TP
  63. .BR "-l"
  64. Do not request licence. This flag is not used when connecting to Windows 2000
  65. Terminal Services.
  66. .TP
  67. .BR "-e"
  68. Do not use encryption, this is only for people who are not allowed to use
  69. encryption in Windows products. If you live in France you probably need this
  70. switch.
  71. .TP
  72. .BR "-4"
  73. Specify -4 make rdesktop try the connection with RDP4 for Windows NT4 Terminal
  74. Servers. The default is RDP5 used by Windows 2000 Terminal Services.
  75. .TP
  76. .BR "-D"
  77. Rdesktop should detect the default screen depth, and try and run on that. The
  78. -D switch is only there so that the user can override.
  79. .TP
  80. .BR "-B"
  81. Disable bitmap compression. This does not work with Windows 2000 Terminal
  82. Services.
  83. .SH EXAMPLES
  84. .PP
  85. .br
  86. Connect to a Windows 2000 Server called asp from a box called tux.
  87. .br
  88. \fI% rdesktop \-n tux asp.mydomain.com
  89. .PP
  90. .br
  91. Connect to a Windows 2000 Server called asp and automagically start Word.
  92. .br
  93. \fI% rdesktop -n tux -u worduser -p secret -s winword.exe asp.mydomain.com
  94. .br
  95. .PP
  96. .br
  97. Connect to a Windows NT4 Terminal server
  98. .br
  99. \fI% rdesktop -n tux -4 terminal.mydomain.com
  100. .br
  101. .PP
  102. .SH "RETURN VALUES"
  103. None are defined (yet)
  104. .SH LINKS
  105. Main website of rdesktop
  106. .br
  107. \fIhttp://www.rdesktop.org
  108. .LP
  109. The unified patch can be found here
  110. .br
  111. \fIhttp://bibl4.oru.se/projects/rdesktop
  112. .LP
  113. The mailinglist
  114. .br
  115. rdesktop@cifs.org
  116. .LP
  117. .SH BUGS
  118. Probably too many to list here. We suggest you visit the website at
  119. http://www.rdesktop.org and take a look at the mailinglist archives to find
  120. out about the latest news, bugs and fixes.
  121. .SH VERSION
  122. This manual page documents version 1.0.0/patch 18-3
  123. .SH AUTHOR
  124. rdesktop is written by Matt Chapman
  125. .br
  126. <matthewc@cse.unsw.edu.au>
  127. .LP
  128. unified patch by Peter Bystrom
  129. .br
  130. <peter.bystrom@ub.oru.se>
  131. .LP
  132. manual page by Hugo Trippaers
  133. .br
  134. <spark@ision.nl>
  135. .br
  136. .SH THANKS
  137. Thanks to all the mailinglist members for their contributions to rdesktop.
  138. .PP