pull/8847/head
r_takaishi 6 years ago
parent 4bb4f7617f
commit 4787455796

@ -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 {

Loading…
Cancel
Save