Hi,

OK, then we don't have a network/subnet problem.  It's either a blocked 
connection, or the simple problem is the username/password authentication 
issue.  When attempting to connect via ssh, in the username@IP_Address syntax, 
the username is what MacOS knows as the Short name.  That is, the account name. 
 The account name or short name are different than what a user sees at the 
Login screen etc.  This name is usually the name of your Home folder and can 
also be confirmed in Users & Groups. In Users & Groups in System Prefs, unlock 
the lock, interact with the Users, Groups & Login Options list and VO-shift-m 
on your account.  Select Advanced from the contextual menu and the account name 
is available in this Advanced dialog.  Make sure not to change anything in this 
dialog as you can mess up things royally.  I'd just hit the Cancel button after 
confirming the account name.

So, now that you know the account name, that is the one you use before the @ 
sign in the username@IP_Address syntax.  It should then ask for your password.  
If this doesn't allow connection, you can check in System Prefs, in the Sharing 
pane under Remote Login, and make sure that your user is permitted to use the 
Remote Login service.

Later...


Tim Kilburn
Fort McMurray, AB Canada

On Feb 9, 2018, at 12:33, Anders Holmberg <and...@pipkrokodil.se> wrote:

Hi!
Ok, i can ping from my mac to my Linux machine and no packets get lost.
The other way it works too.
/A

> 8 feb. 2018 kl. 20:47 skrev Tim Kilburn <kilbu...@me.com 
> <mailto:kilbu...@me.com>>:
> 
> Hi,
> 
> That shouldn't make any difference.  If they are both connected through the 
> same router, and if you haven't configured private networks within the WiFi 
> configurations, then you should be able to talk between devices.
> 
> • determine the IP addresses of each.
> • from the Mac, see if you can ping the Windows box.  To accomplish this in 
> Terminal, type "ping -c 5 IP_Address_of_Windows_Box".  If it answers, then 
> they're seeing each other and there's something else going on.
> 
> Later...
> 
> Tim Kilburn
> Fort McMurray, AB Canada
> 
> On Feb 8, 2018, at 12:19, Anders Holmberg <and...@pipkrokodil.se 
> <mailto:and...@pipkrokodil.se>> wrote:
> 
> Hi!
> Well the machines are on the same network but i have the machine i ssh from 
> connected via cable.
> THe mac is wirelessly connected.
> Does it matter if i have both a 2.5 gz and 5Gz network.
> /A
> 
>> 8 feb. 2018 kl. 16:15 skrev Jonathan Cohn <jon.c.c...@gmail.com 
>> <mailto:jon.c.c...@gmail.com>>:
>> 
>> Hello,
>> 
>> This message means that the computer you are ssh from does not know the 
>> correct path to the  10.0.0.0/24 network. So I expect your machines are on 
>> separate networks or perhaps you are not connected to a network at all for 
>> the source machine.
>> 
>> Generally, for IPv4 what happens when they connect to a network is that the 
>> machine will do a DHCP query to the all broadcast address 255.255.255.255 
>> and the DHCP server (usually your router) will respond with a few pieces of 
>> information.
>> 
>> 1. An IP address that your computer can use for a time.
>> 2. How long until that IP address is available for reassignment.
>> 3. The address of the default router.
>> 4. The Netmask of the current network.
>> 5. The DNS servers to use to translate from names to IP addresses.
>> 
>> That default route listed above means that any information not on the local 
>> network will be sent to the default router to forward onto a different 
>> network. The default router can do four things with your traffic being 
>> requested to be sent:
>> 1. It can forward it to the destination / next router in the path to the 
>> destination.
>> 2. It can send back a network unreachable message.
>> 3. It can send back a host unreachable message.
>> 4. It can just drop the packet and say nothing back to your computer.
>> 
>> If you are getting the network unreachable it means either your system 
>> doesn’t have a location on your network to send the information addressed  
>> to the 10.x.x.x network or it forwarded it to a router that gave back a 
>> message indicating that it could not forward to the 10 network.
>> 
>> Now the 10 network is very special. It was the original Arpanet network and 
>> once Arpanet was disbanded it was not allowed to be routed over the 
>> Internet, so it is exclusively used as a private network.  
>> 
>> I think that is enough of an Internet lesson today.
>> 
>> Best wishes,
>> 
>> Jonathan Cohn  
>>> On Feb 8, 2018, at 9:42 AM, Anders Holmberg <and...@pipkrokodil.se 
>>> <mailto:and...@pipkrokodil.se>> wrote:
>>> 
>>> Hi!
>>> Ok, more on this thread.
>>> I typed wrong the first time i did it and that’s why i get the not routed 
>>> to host message.
>>> Now when i type ssh andersholmberg@10.0.1.8 
>>> <mailto:andersholmberg@10.0.1.8> i get the network is not reacchable.
>>> Even though the remote login is turned on so i am a bit confused.
>>> /A
>>> 
>>>> 7 feb. 2018 kl. 21:21 skrev Chris Moore <chris.w...@gmail.com 
>>>> <mailto:chris.w...@gmail.com>>:
>>>> 
>>>> Did you allow your mac to accept remote logins?  This is done in system 
>>>> preferences, sharing.  It also shows the format of the ssh command.  This 
>>>> command looks like”:
>>>> ssh user@computer-name
>>>> When prompted for the password you would enter the password for your mac 
>>>> user.
>>>> 
>>>> HTH 
>>>> Chris
>>>> 
>>>>> On Feb 7, 2018, at 2:59 PM, Bill Gallik <wfgal...@icloud.com 
>>>>> <mailto:wfgal...@icloud.com>> wrote:
>>>>> 
>>>>> I wonder, are you using the <ENTER> key after typing in your password?
>>>>> 
>>>>> My thought is that you may need to terminate the password string with a 
>>>>> line feed rather than a carriage return (<CONTROL>M rather than 
>>>>> <CONTROL>J).
>>>>> 
>>>>> It’s been a lot of years since I worked on a UNIX system, but if memory 
>>>>> serves me correctly the carriage return and the line feed are treated as 
>>>>> different animals.
>>>>> 
>>>>> I think you may be able to use the line feed by entering <BACKSLASH>M.
>>>>> 
>>>>> I’d be curious if this helps, please let me know?
>>>>> 
>>>>> HTH
>>>>> 
>>>>> ****************
>>>>> - Bill from Ino, Wisconsin
>>>>> - "Always acknowledge a fault. This will throw those in authority off 
>>>>> their guard and give you an opportunity to commit more."
>>>>> - US Humorist, Mark Twain (1835 - 1910)
>>>>> 
>>>>> On Feb 7, 2018, at 1:37 PM, Anders Holmberg <and...@pipkrokodil.se 
>>>>> <mailto:and...@pipkrokodil.se>> wrote:
>>>>> 
>>>>> Hi!
>>>>> I have a Linux machine with braille and i want to perform tasks on my 
>>>>> macbook air using ssh from that linux machine since terminal and 
>>>>> voiceover isn’t the best combination.
>>>>> I have not compiled brltty yet onto the mac so i have to ssh into it.
>>>>> However when i type ssh and then the ip addres i am asked for the 
>>>>> password.
>>>>> I enter the password and press enter.
>>>>> Then i am asked for the password again and i enter it again and so on.
>>>>> I know there’s something wrong i do but i can not figure out what.
>>>>> SSH is not blocked on my network so it should work.
>>>>> I am not really familiar with setting up public keys even though this 
>>>>> might be the best.
>>>>> Can anyone please help me out?
>>>>> Thanks in advance.
>>>>> /A
>>>>> 
>>>>> -- 
>>>>> The following information is important for all members of the Mac 
>>>>> Visionaries list.
>>>>> 
>>>>> If you have any questions or concerns about the running of this list, or 
>>>>> if you feel that a member's post is inappropriate, please contact the 
>>>>> owners or moderators directly rather than posting on the list itself.
>>>>> 
>>>>> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark 
>>>>> at:  macvisionaries+modera...@googlegroups.com 
>>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
>>>>> Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>>> <mailto:caraqu...@caraquinn.com>
>>>>> 
>>>>> The archives for this list can be searched at:
>>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>>> --- 
>>>>> You received this message because you are subscribed to the Google Groups 
>>>>> "MacVisionaries" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>>> <mailto:macvisionaries@googlegroups.com>.
>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>> <https://groups.google.com/d/optout>.
>>>>> 
>>>>> 
>>>>> -- 
>>>>> The following information is important for all members of the Mac 
>>>>> Visionaries list.
>>>>>  
>>>>> If you have any questions or concerns about the running of this list, or 
>>>>> if you feel that a member's post is inappropriate, please contact the 
>>>>> owners or moderators directly rather than posting on the list itself.
>>>>>  
>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>> at: macvisionaries+modera...@googlegroups.com 
>>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
>>>>> Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>>> <mailto:caraqu...@caraquinn.com>
>>>>>  
>>>>> The archives for this list can be searched at:
>>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>>> --- 
>>>>> You received this message because you are subscribed to the Google Groups 
>>>>> "MacVisionaries" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>>> <mailto:macvisionaries@googlegroups.com>.
>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>> <https://groups.google.com/d/optout>.
>>>> 
>>>> 
>>>> -- 
>>>> The following information is important for all members of the Mac 
>>>> Visionaries list.
>>>>  
>>>> If you have any questions or concerns about the running of this list, or 
>>>> if you feel that a member's post is inappropriate, please contact the 
>>>> owners or moderators directly rather than posting on the list itself.
>>>>  
>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
>>>> macvisionaries+modera...@googlegroups.com 
>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
>>>> Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>> <mailto:caraqu...@caraquinn.com>
>>>>  
>>>> The archives for this list can be searched at:
>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>> --- 
>>>> You received this message because you are subscribed to the Google Groups 
>>>> "MacVisionaries" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>> <mailto:macvisionaries@googlegroups.com>.
>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>> <https://groups.google.com/group/macvisionaries>.
>>>> For more options, visit https://groups.google.com/d/optout 
>>>> <https://groups.google.com/d/optout>.
>>> 
>>> 
>>> -- 
>>> The following information is important for all members of the Mac 
>>> Visionaries list.
>>>  
>>> If you have any questions or concerns about the running of this list, or if 
>>> you feel that a member's post is inappropriate, please contact the owners 
>>> or moderators directly rather than posting on the list itself.
>>>  
>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
>>> macvisionaries+modera...@googlegroups.com 
>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
>>> Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>> <mailto:caraqu...@caraquinn.com>
>>>  
>>> The archives for this list can be searched at:
>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>> --- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "MacVisionaries" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>> <mailto:macvisionaries@googlegroups.com>.
>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>> <https://groups.google.com/group/macvisionaries>.
>>> For more options, visit https://groups.google.com/d/optout 
>>> <https://groups.google.com/d/optout>.
>> 
>> 
>> -- 
>> The following information is important for all members of the Mac 
>> Visionaries list.
>>  
>> If you have any questions or concerns about the running of this list, or if 
>> you feel that a member's post is inappropriate, please contact the owners or 
>> moderators directly rather than posting on the list itself.
>>  
>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
>> macvisionaries+modera...@googlegroups.com 
>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
>> Quinn - you can reach Cara at caraqu...@caraquinn.com 
>> <mailto:caraqu...@caraquinn.com>
>>  
>> The archives for this list can be searched at:
>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to macvisionaries+unsubscr...@googlegroups.com 
>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>> To post to this group, send email to macvisionaries@googlegroups.com 
>> <mailto:macvisionaries@googlegroups.com>.
>> Visit this group at https://groups.google.com/group/macvisionaries 
>> <https://groups.google.com/group/macvisionaries>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
>  
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
>  
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
> macvisionaries+modera...@googlegroups.com 
> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
> Quinn - you can reach Cara at caraqu...@caraquinn.com 
> <mailto:caraqu...@caraquinn.com>
>  
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com 
> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
> To post to this group, send email to macvisionaries@googlegroups.com 
> <mailto:macvisionaries@googlegroups.com>.
> Visit this group at https://groups.google.com/group/macvisionaries 
> <https://groups.google.com/group/macvisionaries>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
>  
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
>  
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
> mk...@ucla.edu <mailto:mk...@ucla.edu> and your owner is Cara Quinn - you can 
> reach Cara at caraqu...@caraquinn.com <mailto:caraqu...@caraquinn.com>
>  
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com 
> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
> To post to this group, send email to macvisionaries@googlegroups.com 
> <mailto:macvisionaries@googlegroups.com>.
> Visit this group at https://groups.google.com/group/macvisionaries 
> <https://groups.google.com/group/macvisionaries>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.


-- 
The following information is important for all members of the Mac Visionaries 
list.
 
If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.
 
Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com
 
The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
<http://www.mail-archive.com/macvisionaries@googlegroups.com/>
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com 
<mailto:macvisionaries+unsubscr...@googlegroups.com>.
To post to this group, send email to macvisionaries@googlegroups.com 
<mailto:macvisionaries@googlegroups.com>.
Visit this group at https://groups.google.com/group/macvisionaries 
<https://groups.google.com/group/macvisionaries>.
For more options, visit https://groups.google.com/d/optout 
<https://groups.google.com/d/optout>.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

Reply via email to