Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
/ ssh-error Public archive

A repo for ssh2-sftp-client error reproduction

Notifications You must be signed in to change notification settings

ertl/ssh-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before start

Change the options constant, so it fits your server.

    const options:Client.ConnectOptions = {
        host: 'your-host',
        port:22,
        username: 'username',
        password: 'password'
    }

How to start

  • If pnpm is not installed, run corepack enable pnpm

  • run pnpm install and pnpm start

How to reproduce the error

Just pull the network cable and wait for an error. If the Programm didn't stop plug it in and repeat.

About

A repo for ssh2-sftp-client error reproduction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published