Configuring PuTTY
Now that we have the firmware installed, it is time to access it using PuTTY. In order to do this, we must first configure PuTTY:
To start PuTTY, select the Session category and set the Connection type to SSH. Enter
/<relay_domain>
in Host Name (or IP address) and22
in Port. For example, for my relay domain,williamprettysecurity-system1-ssh
, the Host Name would be seen as in the following screenshot:Select the Connection category and set Seconds between keepalives (0 to turn off) to
5
.Check the Disable Nagle's algorithm (TCP_NODELAY option) checkbox. (This will make the connection more responsible.)
Navigate to Connection | Proxy and set Proxy type: to HTTP. Enter
try.yaler.net
in Proxy hostname and80
in Port.Navigate to Connection | Data and enter
root
in Auto-login username.Select the Session category, enter a name such as
SSH via Yaler
in Saved Sessions and click Save.Now that we have PuTTY configured to...