Advertisement
Guest User

Untitled

a guest
Sep 8th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. root@TTS-ubuntu:/var# ssh -vvv $USER@localhost
  2. OpenSSH_5.5p1 Debian-4ubuntu6, OpenSSL 0.9.8o 01 Jun 2010
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Applying options for *
  5. debug2: ssh_connect: needpriv 0
  6. debug1: Connecting to localhost [::1] port 22.
  7. debug1: connect to address ::1 port 22: Connection refused
  8. debug1: Connecting to localhost [127.0.0.1] port 22.
  9. debug1: connect to address 127.0.0.1 port 22: Connection refused
  10. ssh: connect to host localhost port 22: Connection refused
  11. root@TTS-ubuntu:/var# grep -i listen /etc/ssh/sshd_config
  12. # What ports, IPs and protocols we listen for
  13. #ListenAddress ::
  14. #ListenAddress 0.0.0.0
  15. root@TTS-ubuntu:/var# su ttsadmin
  16. ttsadmin@TTS-ubuntu:/var$ ssh localhost
  17. ssh: connect to host localhost port 22: Connection refused
  18. ttsadmin@TTS-ubuntu:/var$ ssh ttsadmin@localhost
  19. ssh: connect to host localhost port 22: Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement