ssh: connect to host 198.168.7.2 port 22: Connection refused

Hello,

I just got a beagle bone black Rev C (4G). I am able to navigate to 196.168.7.2 in the browser but cannot ssh in. I tried it using windows 8.1 and Linux Mint VM (with the usb mounted and unmounted . The response when using Linux is the following:

ssh -vvv 198.168.7.2 -l root@beaglebone
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/aaronej/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 198.168.7.2 [198.168.7.2] port 22.
debug1: connect to address 198.168.7.2 port 22: Connection refused
ssh: connect to host 198.168.7.2 port 22: Connection refused

dont look like ssh is running on the bbb

Try logging in as the regular user “debian” with “temppwd” as the password. Debian is / can be, by default rather pedantic when it comes to security. Which honestly in the case, is a good call.

sudo ssh root@192.168.7.2 worked