![pathway 307183 Manual Download Page 27](http://html.mh-extra.com/html/pathway/307183/307183_manual_762157027.webp)
MODEL 7183 DUAL CHANNEL BJ80 BNC A/B/OFFLINE SWITCH WITH SECURE EHTERNET REMOTE
Electro Standards Laboratories, Inc.
(401) 943-1164
www.electrostandards.com - pg 26 - Pub. 5847-01
REMOTE SSH SESSION
SSH can be used to connect to and command the switch. Before
connecting and starting an SSH session, first connect the switch in
accordance with the section entitled “Remote Ethernet Connections” on
page 12. Once the network settings and users have been configured,
the unit is ready for SSH users to connect using an SSH client.
SSH in Windows using PuTTY
To start an SSH session in Windows, an SSH client is required, such as
PuTTY. After downloading PuTTY from the internet, run the executable
(no installation is required). The PuTTY GUI will prompt the user for
connection information. Enter the Host Name or IP address, as well as
the port number. Save the settings below if desired, and then press the
“Open” button. Upon connecting, a prompt will display for the username
and password.
Figure 16: PuTTY Configuration using Port 22
SSH in Linux/Mac OS X
SSH is commonly built into distributions of Linux and Mac OS X, or is
readily available through a package manager or appropriate binary
distribution. Often SSH sessions are accomplished through the terminal.
For example, in Ubuntu and Mac OS X, SSH sessions can be started
with the command:
ssh <username>@<ip address or host name>
For ports other than the standard port 22, adding the option “-p <port>”
before the username will work.