To disconnect from an SSH server, invoke the Scp#disconnect method. You should always disconnect from the SSH server when ending your session.
Example
// disconnect from SSH server
scp.disconnect();