putty_autologin

command module
v0.0.0-...-057cb7d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2022 License: MIT Imports: 27 Imported by: 0

README

putty_autologin

为putty增加自动登录功能
add automatic login for putty

如何编译how to compling

  • 调试for test & debug
    go mod tidy && go fmt && go build
  • 发布for product
    go mod tidy && go fmt && go build -ldflags "-w -s -H windowsgui" && upx -9 putty_autologin.exe
  • 关于如何在Linux下编译,请参考我的另一个repository,请通过以下链接打开页面,然后参考段落“编译方法”进行操作 https://github.com/elitah/webvnc#%E7%BC%96%E8%AF%91%E6%96%B9%E6%B3%95
  • 安装rsrc
    GOARCH= GOOS= go get github.com/akavel/rsrc
  • 创建syso
    rsrc -manifest main.manifest -ico icon.ico -o main.syso

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL