# ssh-repl **Repository Path**: ansurfen/ssh-repl ## Basic Information - **Project Name**: ssh-repl - **Description**: 一个简单的SSH远程连接服务器的REPL工具 - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-27 - **Last Updated**: 2022-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ssh-repl [![License](https://img.shields.io/badge/License-MIT%20License-blue.svg)](https://opensource.org/licenses/MIT) A simple repl program for ssh ## Use First, set config ``` opts: network: tcp user: yourname addr: youraddr port: yourport kpath: yourfilepath key: yourkey # if set key, setting kpath isn't required. On the contrary, kpath is also so. ``` Second, launch program ``` shell :> ac fast -path config // fastest way to create ssh session xxx@VM-xxx:~$ :quit // quit current session, back to repl :> quit // save the last enforced commands in record.txt ```