二土

Results 12 issues of 二土

add support for `ssh.KeyboardInteractive` ref #26 As for test executeble binaries, see Action result: https://github.com/nICEnnnnnnnLee/ssh-web-console/actions/runs/10243852164 and download the Artifacts

https://github.com/genshen/ssh-web-console/blob/ebb9339b3a764b6159bea391db91dc93adcfb0ce/src/utils/ssh_utils.go#L46-L63 should be ```go func (node *Node) Connect(username string, pwd string) error { config := &ssh.ClientConfig{ User: username, Auth: []ssh.AuthMethod{ ssh.Password(pwd), ssh.KeyboardInteractive(func(name, instruction string, questions []string, echos []bool) ([]string, error){...