mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Merge branch 'master' of ssh://blitter.com/var/git/hkexsh
This commit is contained in:
commit
4b059242d9
3 changed files with 11 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
// Package hkexsh - common constants for the HKExSh
|
||||
// Package hkexsh - a secure terminal client/server written from scratch in Go
|
||||
//
|
||||
// Copyright (c) 2017-2018 Russell Magee
|
||||
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
||||
|
@ -7,6 +7,8 @@
|
|||
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
||||
package hkexsh
|
||||
|
||||
// common constants for the HKExSh
|
||||
|
||||
// Version string returned by tools
|
||||
const Version = "0.7pre (NO WARRANTY)"
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
// Authentication routines for the HKExSh
|
||||
package hkexsh
|
||||
|
||||
// Package hkexsh - a secure terminal client/server written from scratch in Go
|
||||
//
|
||||
// Copyright (c) 2017-2018 Russell Magee
|
||||
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
||||
|
@ -6,7 +8,7 @@
|
|||
//
|
||||
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
||||
|
||||
package hkexsh
|
||||
// Authentication routines for the HKExSh
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
// Session info/routines for the HKExSh
|
||||
package hkexsh
|
||||
|
||||
// Package hkexsh - a secure terminal client/server written from scratch in Go
|
||||
//
|
||||
// Copyright (c) 2017-2018 Russell Magee
|
||||
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
||||
|
@ -6,7 +8,7 @@
|
|||
//
|
||||
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
||||
|
||||
package hkexsh
|
||||
// Session info/routines for the HKExSh
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
Loading…
Reference in a new issue