This commit is contained in:
r_takaishi 2020-03-06 15:23:06 +09:00
parent 7cdb2e89e4
commit 4447d28938
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 {