Giter Site home page Giter Site logo

leonardocsc / autossh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from islenbo/autossh

0.0 1.0 0.0 1.79 MB

一个ssh远程客户端,可一键登录远程服务器,主要用来弥补Mac/Linux Terminal ssh无法保存密码的不足。

Shell 2.88% Go 97.12%

autossh's Introduction

autossh

一个ssh远程客户端,可一键登录远程服务器,主要用来弥补Mac/Linux Terminal ssh无法保存密码的不足。

演示

功能说明

  • 核心代码重构,使用go.mod管理依赖
  • 新增分组折叠功能
  • 新增自动更新检测功能
  • 新增一键安装脚本
  • 新增会话日志保存功能
  • 删除功能支持ctrl+d退出
  • 优化帮助菜单显示
  • 修复若干Bug

下载

https://github.com/islenbo/autossh/releases

安装

  • Mac/Linux用户直接下载安装包,运行install脚本即可。
  • Windows用户可手动编译,参考编译章节。

config.json字段说明

  • TODO 字段说明

Q&A

  • Q: Downloads中为什么没有Windows的包?
  • A: Windows下有很多ssh工具,autossh主要是面向Mac/Linux群体。

编译

export GO111MODULE="on" export GOFLAGS=" -mod=vendor" go build main.go

依赖

  • 查阅 go.mod

注意

v0.X版本配置文件无法与v1.X版本兼容,请勿使用!

autossh's People

Contributors

islenbo avatar jumping avatar better0332 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.