answersLogoWhite

0


Best Answer

Usually, the -Y or -X command line switch will activate X11 tunneling, the -x switch typically disables X11 forwarding.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What option do yo pass to the OpenSSh client to tell it to tunnel the x-windows protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by option negotiation explain with example?

All of the DO/DONT/WILL/WONT stuff above only serves to enable or disable an option. Some options are only either off or on, in which case the negotiation above is sufficient. An example would be the binary transmission option, TRANSMIT-BINARY. Others require that after they are enabled, the client and server exchange parameters to control how the option works. For example, the TERMINAL-TYPE option requires some way for the client to send the server the name of the terminal.Telnet allows the client and server to send an arbitrary amount of data related to the option using a process called option subnegotiation. A device begins this process by sending a special sequence of Telnet protocol commands and data. First the command SB is sent, followed by the option number and parameters as defined by the particular option; the end of the subnegotiation data is marked by the protocol command SE. Of course, both SB and SE must be preceded by the Interpret As Command (IAC) command byte.


Why can't I login to steam through browser but can via the client?

The problem is most likely with the specific browser you are using. There should be an option to login on the top right of the homepage, but if it is not working then try changing the browser. If not, the client is a very good option and there are barely any differences between browser and client versions of steam, if any/


A request by a DHCP client for permission to use the network configuration previously offered by the DHCP server refers to?

A client will request an IP address it had previously in a DHCP Discover or Request message with option 50 marked, and an IP address inserted into the data field of option 50.


How do you stop getting a T30 protocol trace from a fax machine hp2840?

Hi, Just go to main menu of the printer and then goto main services where you find this option T.30 Protocol Trace....... press enter and then give never option then exit.......... Regards/Shaik Moin Uddin Network Admin 0501623529


Dhcp is the option for autoamtically assigning ip configuration to tcp ip dailup client true or flase?

True


What is the role of defense attorney?

To offer the best possible defense of his client.


Why routing protocol is needed?

Routing protocol is used to dynamically learn routing information so routers know where to send packets. The only other option is to manually define all routers within a network which would be very impractical.


What is the most secure authentication protocol that will support mutual authentication?

One such protocol option is RMAPSM, developed by Uniken. There are over a million combined users to date. It is based on the REL-IDSM (Relative Identity) platform. For more details, visit:uniken.com/security/red_id.php


If you select the typical settings network option what kind of features does the wizard install?

File and printer sharing, Client for Microsoft Windows


Client server modelling in C?

/** * Return the byte of DHCP option data. * * @param client DHCP client. * @param ptr pointer obtained by dhcp_get_option_ptr(). * * @return byte value at the given address. */ static u8_t dhcp_get_option_byte(u8_t *ptr) { LWIP_DEBUGF(DHCP_DEBUG, ("option byte value=%"U16_F"\n", (u16_t)(*ptr))); return *ptr; } #if 0 /** * Return the 16-bit value of DHCP option data. * * @param client DHCP client. * @param ptr pointer obtained by dhcp_get_option_ptr(). * * @return byte value at the given address. */ static u16_t dhcp_get_option_short(u8_t *ptr) { u16_t value; value = *ptr++ << 8; value |= *ptr; LWIP_DEBUGF(DHCP_DEBUG, ("option short value=%"U16_F"\n", value)); return value; } #endif /** * Return the 32-bit value of DHCP option data. * * @param client DHCP client. * @param ptr pointer obtained by dhcp_get_option_ptr(). * * @return byte value at the given address. */ static u32_t dhcp_get_option_long(u8_t *ptr) { u32_t value; value = (u32_t)(*ptr++) << 24; value |= (u32_t)(*ptr++) << 16; value |= (u32_t)(*ptr++) << 8; value |= (u32_t)(*ptr++); LWIP_DEBUGF(DHCP_DEBUG, ("option long value=%"U32_F"\n", value)); return value; } #endif


How do you use silabs client?

I suppose you mean silabs as in the moparscape client to run a private server? Well if you want to use the client you download it on the moparscape forums then you will get a .Rar file, download .rar if you dont have it, then extract it to desktop. Open the file and there will be a run option. Click run, this should open a webpage and a client. In the ip place on the client, put whatever ip you are using on the server. Then put in your username and pass. It should then log into that server. =)


When creating a GPO software installation which option causes the client computer to automatically install the application the next time the computer starts or the user logs on?

When creating a GPO software installation, which option causes the client computer to automatically install the application the next time the computer starts or the user logs on?A) PublishedB) Assigned