
07-07-2004, 02:03 PM
|
 |
VanDyke Product Director
|
|
Join Date: Feb 2004
Location: Albuquerque, NM
Posts: 1,612
|
|
SecureCRT 5.0 alpha history
Changes in SecureCRT 5.0 (Alpha) -- June 3, 2004
New features:
- Added ability to specify that new sessions on the current SSH2 channel be displayed in tabbed windows. To get a new SSH2 session on the current SSH2 channel, map the SSH function SSH_NEW_SESSION to a key using the keymap editor. To enable tabbed sessions, select "Session Tabs" from the View menu. Other related SSH functions that can be mapped are SSH_NEXT_SESSION, SSH_PREV_SESSION, and SSH_CLOSE_SESSION.
- Added ability to create an SFTP tab for the current SSH2 session. To create an SFTP tab, map the Menu function MENU_TAB_NEW_SFTP to a key using the keymap editor. To enable tabbed sessions, select "Session Tabs" from the View menu. Other related Menu functions that can be mapped are MENU_TAB_NEW, MENU_TAB_NEXT, and MENU_TAB_PREV.
- VCP: Added transfer progress indicator.
Changes:
- It is now possible to edit a disconnected session by selecting "Session Options" from the Options menu.
- Added a menu item to clear the screen and scrollback at the same time.
- It is now possible to copy the challenge text from the keyboard-interactive authentication prompt to the clipboard.
- VCP/VSH: Added an option (-accept_hostkey) to automatically accept the host key.
- VSH: The options can now be specified in any order.
- VSH: Added the following escape values: ~~, ~?, ~R, ~#, ~.
Bug fixes:
- Calling WaitForStrings in a script prevented output from going to the screen.
- SSH2: Keys added through agent did not preserve the filename/comment.
- SSH2: The packet x.509 signatures were being written to was not always large enough for the signature.
- VSH: A license manager warning was displayed every time any CVS command was run.
- VCP: Did not return an error code when SFTP access was denied.
- VCP/VSH: Keyboard-interactive authentication prompts were not displayed properly when multiple prompts were present or the prompts contained only informational text.
|