This commit is contained in:
r_takaishi 2020-03-13 11:22:13 +09:00
parent 4bb4f7617f
commit 4787455796
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
package ssh
import (
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/terminal"
"log"
"os"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/terminal"
)
func KeyboardInteractive() ssh.KeyboardInteractiveChallenge {