You have a previous ssh key cached. You'll need to delete your local cached copy. Depends on the ssh client you are using to tell you how.
On Sunday, February 12, 2017 at 1:52:38 PM UTC-5, Sag ich Dir nich wrote: > > yes thats what i did ( > http://derekmolloy.ie/set-ip-address-to-be-static-on-the-beaglebone-black/ > ) > > i went into the directory and then opened the file to add: > > # The primary network interface > auto eth0 > iface eth0 inet static > address 192.168.1.80 > netmask 255.255.255.0 > gateway 192.168.1.1 > > and that gave me the ip adress. I was able to ping the adress without a > problem then went to start a connection using Putty, i had to accept a > warning screen and while i was going to "login as:" it gave me an error > message "Network error: Software caused connection abort" now i cannot > connect anymore or do ping. > > so i added a dns server but how do i disable the X based network > configuration thingy? > > i did it according to: > http://www.ofitselfso.com/Beagle/NetworkingSetupConnectingTheBeagleboneBlack.php > > Am Sonntag, 12. Februar 2017 19:16:18 UTC+1 schrieb Daren Schwenke: >> >> I usually just give mine a static ip. >> edit /etc/network/interfaces >> it contains examples already. >> Uncomment the line assigning a mac address as well (and change it a >> little) to prevent ssh from bugging you. >> >> You will also need to add a dns server to /etc/resolv.conf >> To make the resolv.conf changes stick you may need to disable the X based >> network configuration thingy. >> >> On Sunday, February 12, 2017 at 12:30:05 PM UTC-5, Alexander Rössler >> wrote: >>> >>> >>> Sag ich Dir nich writes: >>> >>> > I need to know the ip adress of my beaglebone so i can connect it to >>> my pc >>> > via ssh but when i write ifconfig in the terminal i get no ethernet ip >>> > adress: >>> > >>> > machinekit@beaglebone:~$ ifconfig >>> > eth0 Link encap:Ethernet HWaddr a0:f6:fd:4b:9c:97 >>> > inet6 addr: fe80::a2f6:fdff:fe4b:9c97/64 Scope:Link >>> > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 >>> > RX packets:316 errors:0 dropped:0 overruns:0 frame:0 >>> > TX packets:51 errors:0 dropped:0 overruns:0 carrier:0 >>> > collisions:0 txqueuelen:1000 >>> > RX bytes:77089 (75.2 KiB) TX bytes:13100 (12.7 KiB) >>> > Interrupt:40 >>> > >>> > lo Link encap:Local Loopback >>> > inet addr:127.0.0.1 Mask:255.0.0.0 >>> > inet6 addr: ::1/128 Scope:Host >>> > UP LOOPBACK RUNNING MTU:65536 Metric:1 >>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 >>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 >>> > collisions:0 txqueuelen:0 >>> > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) >>> > >>> > usb0 Link encap:Ethernet HWaddr a0:f6:fd:4b:9c:99 >>> > inet addr:192.168.7.2 Bcast:192.168.7.3 >>> Mask:255.255.255.252 >>> > UP BROADCAST MULTICAST MTU:1500 Metric:1 >>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 >>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 >>> > collisions:0 txqueuelen:1000 >>> > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) >>> > >>> > do i have to install something? >>> >>> Try >>> >>> ifdown eth0 >>> ifup eth0 >>> >>> or >>> sudo dhclient eth0 >>> >>> Btw. ifconfig is deprecated and I recommand to use ip instead >>> (http://serverfault.com/questions/458628/should-i-quit-using-ifconfig) >>> >>> ip a >>> >>> would be the new command to show the IP addresses, it's even shorter to >>> type >>> >>> -- >>> Alexander >>> >> -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
