Skip to content

Instantly share code, notes, and snippets.

@orxvan
orxvan / JschClient.java
Created November 15, 2017 13:31 — forked from yangl/JschClient.java
JSch简单封装,具体见http://www.jcraft.com/jsch/
package com.iuni.ops.common;
import com.google.common.collect.Lists;
import com.google.common.io.Files;
import com.jcraft.jsch.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.Assert;
import org.springframework.util.DigestUtils;