- 替换 sqlite 驱动为 github.com/glebarez/sqlite
- 修复数据库锁定的问题 - 修复部分代码不完善的问题 - 修复策略显示不完整的问题 - 修复编辑文件换行符的问题 - 优化guacd连接
This commit is contained in:
@ -131,7 +131,7 @@ func (sshd sshd) sessionHandler(sess *ssh.Session) {
|
||||
|
||||
func (sshd sshd) Serve() {
|
||||
ssh.Handle(func(s ssh.Session) {
|
||||
_, _ = io.WriteString(s, fmt.Sprintf(constant.Banner, constant.Version))
|
||||
_, _ = io.WriteString(s, fmt.Sprintf(constant.AppBanner, constant.AppVersion))
|
||||
sshd.sessionHandler(&s)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user