Create a new file " authorized_keys " (with notepad) and copy your public key data from the "Public key for pasting into OpenSSH authorized_keys file" section of the PuTTY Key Generator, and paste the key data to the "authorized_keys" file. Make sure there is only one line of text in this file.

Use WinSCP to copy this "authorized_keys" file into the users home directory: eg. /etc/config/users/testuser/.ssh/authorized_keys of the Console Server which will be the SSH server. You will need to make sure this file is in the correct format with the correct permissions with the following commands:

# dos2unix \

/etc/config/users/testuser/.ssh/authorized_keys && chown testuser \ /etc/config/users/testuser/.ssh/authorized_keys

Using WinSCP copy the attached sshd_config over /etc/config/sshd_config on the server (Makes sure public key authentication is enabled)

Test the Public Key by logging in as "testuser". Test the Public Key by logging in as "testuser" to the client device and typing (you should not need to enter anything): # ssh - o StrictHostKeyChecking=no <server-ip>

To automate connection of the SSH tunnel from the client on every power-up, you need to make the clients /etc/config/rc.local look like the following:

#!/bin/sh

ssh -L9001:127.0.0.1:4001 -N -o StrictHostKeyChecking=no testuser@<server-ip> &

This will run the tunnel redirecting local port 9001 to the server port 4001.

Fingerprinting

Fingerprints are used to ensure you are establishing an SSH session to who you think you are. On the first connection to a remote server, you will receive a fingerprint which you can use on future connections.

This fingerprint is related to the host key of the remote server. Fingerprints are stored in ~/.ssh/known_hosts.

To receive the fingerprint from the remote server, log in to the client as the required user (usually root) and establish a connection to the remote host:

#ssh remhost

_____________________________________________________________________

B096-016 B096-048 and B092-016 User Manual

Page 184

Page 184
Image 184
Tripp Lite B096-048, 93-2879, B096-016 owner manual Fingerprinting

93-2879, B096-016, B096-048 specifications

Tripp Lite is a renowned manufacturer of high-quality connectivity products, and their series of HDMI over IP extenders, including the B096-048, B096-016, and 93-2879, showcase the company's commitment to delivering innovative solutions for audio-visual distribution. These products are designed for seamless video and audio transmission over standard Ethernet networks, making them ideal for a wide range of applications in both commercial and residential settings.

The Tripp Lite B096-048 is a remarkable model capable of transmitting HDMI signals over an IP network with exceptional clarity and reliability. It supports resolutions up to 4K at 60Hz, enabling users to enjoy high-definition content without any compromise in quality. The B096-048 can extend signals up to 150 meters using a single Cat6 cable, making it perfect for large spaces or setups where long distances between source and display are required.

Similarly, the B096-016 offers impressive capabilities, supporting HDMI signals over IP and allowing users to extend 1080p signals up to a distance of 120 meters. This model is particularly suitable for applications where full HD resolution is adequate, making it a cost-effective solution for smaller installations or environments where the highest resolutions are not necessary. Both models benefit from advanced features such as EDID management, which ensures compatibility between various devices, and plug-and-play operation for quick and easy setup.

The Tripp Lite 93-2879 complements this product range by providing a versatile option for users looking to simplify their HDMI distribution. This device serves as a matrix switcher, allowing multiple HDMI sources to connect to different displays over an IP infrastructure. The unique capability of routing signals as needed gives users the flexibility to control multiple displays conveniently from a central location.

Features such as support for HDR and a variety of audio formats, including multi-channel audio, enhance the versatility and appeal of these products. Additionally, they incorporate robust security protocols to ensure safe data transmission, along with streamlined network management compatibility.

Overall, Tripp Lite’s B096-048, B096-016, and 93-2879 models represent the forefront of HDMI distribution technology, combining robust performance, user-friendly design, and advanced features to meet the demands of modern AV environments. Whether for corporate presentations, digital signage, or home theater setups, these products provide reliable solutions for high-quality audio and video transmission.