If you want to connect to a ssh server in verbose mode, just and some -v options.
#substitute user for your username and 0.0.0.0 for the ip of the server
ssh -v -v -v [email protected]
If you want to connect to a ssh server in verbose mode, just and some -v options.
#substitute user for your username and 0.0.0.0 for the ip of the server
ssh -v -v -v [email protected]
Leave a Reply
You must be logged in to post a comment.