Bitvise

Last updated
Bitvise
Developer(s) Bitvise Limited
Stable release
9.17 [1] [2]   OOjs UI icon edit-ltr-progressive.svg / 12 March 2022
Operating system Windows
Standard(s) RFC 4250, RFC 4251, RFC 4252, RFC 4253, RFC 4254, RFC 4256, RFC 4419, RFC 4462, RFC 4716, RFC 4819, RFC 5656, RFC 6668, RFC 8308, RFC 8332
License Proprietary
Websitewww.bitvise.com

Bitvise is a proprietary secure remote access software developed for Windows and available as a client and server. [3] The software is based on the Secure Shell (SSH) protocol, which provides a secure channel over an insecure network in a client-server architecture. [4]

Contents

Technology

Bitvise software implements version 2 of the Secure Shell (SSH) protocol, SFTP versions 3, 4, and 6, as well as SCP and FTPS according to publicly available standards. [5]

Development

The software is developed and published by Bitvise Limited. The first released product was Bitvise SSH Server, then named WinSSHD, in 2001, and it was shortly followed by Tunnelier, now Bitvise SSH Client. There have been 8 major releases of the software so far. [6]

Features

Both the server and client work with all desktop and server versions of Windows and allow for remote-based access using a tool like WinVNC. [7] They provide a GUI as well as command-line interface to support SFTP, SSH, SCP, and VPN using the TCP/IP tunneling feature. [8] [9] [10]

The software among other supports GSSAPI-enabled Kerberos 5 exchange and NTLM Kerberos 5 user authentication. [11] It provides two-factor authentication and compatibility with RFC 6238 authenticator apps. [12]

See also

Related Research Articles

The Secure Shell Protocol (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution.

Telnet is a client/server application protocol that provides access to virtual terminals of remote systems on local area networks or the Internet. It is a protocol for bidirectional 8-bit communications. Its main goal was to connect terminal devices and terminal-oriented processes.

The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a plain-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).

lsh is a free software implementation of the Secure Shell (SSH) protocol version 2, by the GNU Project including both server and client programs. Featuring Secure Remote Password protocol (SRP) as specified in secsh-srp besides, public-key authentication. Kerberos is somewhat supported as well. Currently however for password verification only, not as a single sign-on (SSO) method.

In computing, the SSH File Transfer Protocol is a network protocol that provides file access, file transfer, and file management over any reliable data stream. It was designed by the Internet Engineering Task Force (IETF) as an extension of the Secure Shell protocol (SSH) version 2.0 to provide secure file transfer capabilities, and is seen as a replacement of File Transfer Protocol (FTP) due to superior security. The IETF Internet Draft states that, even though this protocol is described in the context of the SSH-2 protocol, it could be used in a number of different applications, such as secure file transfer over Transport Layer Security (TLS) and transfer of management information in VPN applications.

curl is a computer software project providing a library (libcurl) and command-line tool (curl) for transferring data using various network protocols. The name stands for "Client for URL".

Secure copy protocol (SCP) is a means of securely transferring computer files between a local host and a remote host or between two remote hosts. It is based on the Secure Shell (SSH) protocol. "SCP" commonly refers to both the Secure Copy Protocol and the program itself.

<span class="mw-page-title-main">PuTTY</span> Free and open-source terminal emulator, serial console and network file transfer application

PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet, rlogin, and raw socket connection. It can also connect to a serial port. The name "PuTTY" has no official meaning.

FTPS is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and, formerly, the Secure Sockets Layer cryptographic protocols.

NX technology, commonly known as NX or NoMachine, is a remote access and remote control computer software, allowing remote desktop access and maintenance of computers. It is developed by the Luxembourg-based company NoMachine S.à r.l.. NoMachine is proprietary software and is free-of-charge for non-commercial use.

<span class="mw-page-title-main">WinSCP</span> File transfer software for Windows

WinSCP is a free and open-source SSH File Transfer Protocol (SFTP), File Transfer Protocol (FTP), WebDAV, Amazon S3, and secure copy protocol (SCP) client for Microsoft Windows.

An SSH client is a software program which uses the secure shell protocol to connect to a remote computer. This article compares a selection of notable clients.

<span class="mw-page-title-main">SSHFS</span>

In computing, SSHFS is a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0.


This is a comparison of notable free and open-source configuration management software, suitable for tasks like server configuration, orchestration and infrastructure as code typically performed by a system administrator.

eSSH Client is a multi task client that supports many different protocols, such as SSH, SFTP, FTP, FTPS, SCP, and RExec. It also supports FTP over SSL. eSSH Client has a rich GUI design that allows multiple access channels at the same time, and has an internal window design that allows all the connections to be viewed from within a main window. It also has a tabbed Secure Shell window with named sessions.

<span class="mw-page-title-main">ZOC (software)</span>

ZOC is a popular computer-based terminal emulator and Telnet software client for the Microsoft Windows and Apple Macintosh macOS operating systems that supports telnet, modem, SSH 1 and 2, ISDN, serial, TAPI, Rlogin and other means of communication. Its terminal emulator supports Xterm emulation with full colors, meta-keys and local printing, VT102, VT220 and several types of ANSI as well as Wyse, TVI, TN3270, and Sun's CDE. It supports full keyboard remapping, scripting in REXX and other languages, and support for named pipes.

An SSH server is a software program which uses the Secure Shell protocol to accept connections from remote computers. SFTP/SCP file transfers and remote terminal connections are popular use cases for an SSH server.

<span class="mw-page-title-main">OpenSSH</span> Set of computer programs providing encrypted communication sessions

OpenSSH is a suite of secure networking utilities based on the Secure Shell (SSH) protocol, which provides a secure channel over an unsecured network in a client–server architecture.

CopSSH is an implementation of OpenSSH for Windows. CopSSH offers both SSH client and server functionality and can be used for remote administration of Windows systems. CopSSH contains Cygwin DLLs and a compiled version of OpenSSH on Cygwin. An administration GUI is also provided as of version 4.0.0.

WinRM (Windows Remote Management) is Microsoft's implementation of WS-Management in Windows which allows systems to access or exchange management information across a common network. Utilizing scripting objects or the built-in command-line tool, WinRM can be used with any remote computers that may have baseboard management controllers (BMCs) to acquire data. On Windows-based computers including WinRM, certain data supplied by Windows Management Instrumentation (WMI) can also be obtained.

References

  1. Error: Unable to display the reference properly. See the documentation for details.
  2. Error: Unable to display the reference properly. See the documentation for details.
  3. "Download Bitvise - MajorGeeks". www.majorgeeks.com. Retrieved 2020-06-19.
  4. Ylonen, Tatu; Lonvick, Chris (January 2006). Lonvick, C (ed.). "The Secure Shell (SSH) Authentication Protocol". tools.ietf.org. doi: 10.17487/RFC4252 . Retrieved 2020-06-19.
  5. "Specifications | Bitvise". www.bitvise.com. Retrieved 2020-06-19.
  6. "About | Bitvise". www.bitvise.com. Retrieved 2020-06-19.
  7. "9 Best SFTP & SCP Servers". DNSstuff. 2020-05-29. Retrieved 2020-06-19.
  8. "10 Best Alternatives to Putty as SSH and Telnet Clients (in 2020)". Networks Training. 2019-06-18. Retrieved 2020-06-19.
  9. "Download Bitvise SSH Server 8.43". softpedia. Retrieved 2020-06-19.
  10. "Bitvise SSH Client". aiiguide. Retrieved 2022-02-27.
  11. "Best SFTP Servers & Tools for Secure File Transfers [ FREE & Paid 2020 ]". Network Admin Tools. Retrieved 2020-06-19.
  12. "9 Best Free SCP Server Software For Windows & Mac [2020 Rankings]". www.softwaretestinghelp.com. Retrieved 2020-06-19.