Procedure for a vb ssh connection project.

Asked By 50 points N/A Posted on -
qa-featured

Hello,

I need to create a Secure shell connection using Visual basic for file transfer and sharing. Please tell me the procedure for creating a vb ssh connection project.

Thanks

SHARE
Answered By 0 points N/A #154303

Procedure for a vb ssh connection project.

qa-featured

Hi Chet,

Communication(secure) on internet between hosts is alowed by designing SSH protocol this protocol is also used for improved security over alternatives

Steps to create SSH

SSH Clients

Authorization of Host Access

.net Hosts: SourceForge

.net Username: SourceForge

Key Authentication of SSH

SSH Sessions Interactive

File Transfers

Secure CoPy (SCP): File Transfers

Secure FTP (SFTP): File Transfers

Rsync Over SSH: File Transfers

WinSCP: File Transfers

SSH Over CVS

Execution of Remote Command

Forwarding X11

PuTTY-Specific Instructions

FTP and TELNET

Related Questions