JSch run shell commands with password

前端 未结 0 1917
無奈伤痛
無奈伤痛 2021-01-26 17:32

In the following code

            JSch jsch = new JSch();
            Session session = jsch.getSession(user, host, 22);
            session.setPassword(password)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题