|
Archive for the 'Connect' Category
Wednesday, October 28th, 2009
When connecting via SSH to a new system, TinyTERM asks the user to approve the host’s fingerprint. This dialog cannot be bypassed.
When using TinyTERM’s ActiveX control CenTE.ocx programatically, this dialog does not come up. If the host’s fingerprint is not already registered with TinyTERM, the connection fails silently. The only workaround is to connect to the host using TinyTERM to register the fingerprint first.
Century Software, Inc., has had a customer request that this dialog have an option to bypass it programatically. This would remove the need for manual connections to register the fingerprint.
CR 876
Posted in SSH | Comments Off on Fingerprint Dialog Can’t Be Bypassed
Wednesday, October 28th, 2009
Century Software, Inc., has received a request to add SSH-based X forwarding to TinyTERM Plus. This has not yet been implemented.
CR 870
Posted in SSH | Comments Off on X Forwarding for SSH
Monday, October 20th, 2008
This error means that TinyTERM successfully connected to the server, but the login was denied. There are several possible causes:
- The username or password may have been typed incorrectly. Retype them both and verify the spelling on each.
- The wrong SSH connection method may be set. If the server accepts only RSA connections, but TinyTERM is using the username and password, this error will result. The reverse, using RSA to connect to a server set for username/password login, will also cause the error.
- The permissions on the file $HOME/.ssh/authorized_keys may be incorrect, and the file should be owned by the affected user. The permissions must be set to -rw——-, which can be done with this command:
chmod 600 authorized_keys
- Permissions to the $HOME and $HOME/.ssh should also be checked, and should not be writable by other users, which can be achieved by these commands:
chmod go-w $HOME/.ssh
chmod go-w $HOME
You can also view this information in a screencast by clicking here.
Posted in Screencast, SSH | Comments Off on Connection Failed (961) – Login Refused by Server
Tuesday, April 1st, 2008
When connecting via SSH with an RSA key, you might see this message:
Connection failed (969) – Private key decryption failed
There are a couple of possible causes for this:
- You entered the wrong username or pass phrase. The RSA key is unique to the user on the host system, and requires a specific pass phrase. If either of these does not match the RSA key, the key will not decrypt properly.
- You have the wrong RSA key loaded in TinyTERM for the server. Each host requires its own RSA key, even if the username is the same for multiple systems.
To fix the error, verify the username and pass phrase you are using. Make sure there are no typos in either. If that does not help, you’ll need to double-check the RSA key you have loaded, and may need to regenerate it.
You can now view a screencast on this topic.
Posted in Screencast, SSH | Comments Off on Private Key Decryption Failed
Thursday, February 21st, 2008
Install TinyTERM on Windows Vista or Windows 7, then connect to a SCO OpenServer 5 system via telnet. If you hit the Delete key at a shell prompt, it gives a new prompt on the next line. Do this enough times and TinyTERM will disconnect. This does not happen on earlier versions of Windows.
This is due to a change in TCP/IP originally implemented in Windows Vista. More information is available from Microsoft support. This was fixed in TinyTERM version 4.65.4732.
CR 856, Delete key
CR 865, Escape key
Posted in Telnet | Comments Off on Pressing Delete Multiple Times Causes a Disconnect
Thursday, February 21st, 2008
When using an SSH connection, the mouse wheel will not scroll back through the buffer. You must go to the View menu and turn the Vertical Scrollbar option on, then use the scrollbar instead.
CR 849
Posted in SSH | Comments Off on Mouse Wheel Fails in SSH
Tuesday, August 14th, 2007
To make an RS232 serial connection in TinyTERM 4.x, do the following:
- From TinyTERM’s Edit menu, select Session Properties.
- Under Connection type, click RS232 (Serial).
- From the Available Devices drop-down list, select the COM port for this connection.
- Next to Available Devices, click the Setup button. The RS232 Setup dialog box appears.
- Set the baud rate, parity, word length, stop bits and flow control to match the port settings on the host.
- Click OK to close the RS232 Setup dialog.
- In the Emulation drop-down list, select the emulation required by your host.
- Click OK to close the Session Properties dialog.
- From TinyTERM’s File menu, select Save Session.
- Click Connect. You may need to press the Enter key once or twice to get a login prompt.
Posted in Serial (RS232) | Comments Off on Making a Connection via Serial Port
Tuesday, August 14th, 2007
To make an SSH connection in TinyTERM Plus 4.x, do the following:
- From TinyTERM’s Edit menu, select Session Properties.
- Under Connection type, select SSH. (If SSH is not available, you have TinyTERM rather than TinyTERM Plus.)
- In the Emulation drop-down list, select the terminal emulation required by your host.
- In the Host name, IP address, or phone number box, enter the hostname or IP address of the server.
- Click OK to close the Session Properties dialog.
- From TinyTERM’s File menu, select Save Session.
- Click the Connect button.
- A login dialog will come up. Enter your username and password, then click OK.
- If this is the first time you’ve used TinyTERM to connect to the particular host, a fingerprint dialog will come up. Click OK to continue connecting.
For video instructions, please see this screencast.
TERM for SCO UNIX and TERM for Linux version 6.28 also have the ability to connect via SSH. To do this, you’ll need to start TERM from the command line like so:
term -lssh:user@host.or.ip
Replace “user” with the appropriate username, and “host.or.ip” with the hostname or IP address of the target system.
Posted in Screencast, SSH | Comments Off on Making a Connection via SSH
Tuesday, August 14th, 2007
To make a telnet connection in TinyTERM 4.x, do the following:
- From TinyTERM’s Edit menu, select Session Properties.
- Under Connection type, select Telnet.
- In the Emulation drop-down list, select the terminal emulation required by your host.
- In the Host name, IP address, or phone number box, enter the hostname or IP address of the server.
- Click OK to close the Session Properties dialog.
- From TinyTERM’s File menu, select Save Session.
- Click the Connect button.
Posted in Telnet | Comments Off on Making a Connection via Telnet
Tuesday, August 14th, 2007
To make a modem connection in TinyTERM 4.x, do the following:
- From TinyTERM’s Edit menu, select Session Properties.
- Under Connection type, select Modem.
- From the Available Devices drop-down list, select the correct modem for this connection.
- Next to Available Devices, click the Setup button. The Modem Setup dialog box appears.
- Click the Configure button. The Modem Properties dialog box appears.
- Set the Maximum Speed to match the speed the host modem supports.
- Click OK to close the Modem Properties dialog.
- Click OK to close the Modem Setup dialog.
- In the Emulation drop-down list, select the terminal emulation required by your host.
- In the Host name, IP address, or phone number box, enter the host’s phone number, including any dial-out prefix and area code.
- Click OK to close the Session Properties dialog.
- From TinyTERM’s File menu, select Save Session.
- Click Connect to dial.
Posted in Modem | Comments Off on Making a Connection via Modem
|