ssh with debug options


/ Published in: Bash
Save to your folder(s)

SSh with 3 levels of debugging this useful if you can't login and need to see what is going on.


Copy this code and paste it in your HTML
  1. #substitute user for your username and 0.0.0.0 for the ip of the server
  2. sh -v -v -v user@0.0.0.0

URL: http://www.macosxhints.com/article.php?story=20050329185832952

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.