Results 1 to 2 of 2

Thread: How can I ssh in using the host name?

  1. #1
    Join Date
    2020-Aug
    Posts
    3

    How can I ssh in using the host name?

    I installed 64-bit Kali Linux on my Raspberry Pi in order to follow along with the book Programming with 64-Bit ARM Assembly Language. I've set it up so I can ssh in, but it only works through an IP address ("ssh [email protected]"). How can I ssh in through the host name ("ssh [email protected]")? When I try, I get no response at all.

  2. #2
    Join Date
    2020-Aug
    Posts
    3
    DHCP gave my Kali Pi a new IP address today so I'm revisiting this question. Here's what I've tried today:




    I can still ssh in to the IP address but not to kali.local. When I boot the Pi into Raspbian, I can ssh into the Raspbian by host name. I'm trying to ssh in from macOS 10.14.6.

    ssh.service contents:

    Code:
    <?xml version="1.0" standalone='no'?><!--*-nxml-*--><!DOCTYPE service-group SYSTEM "avahi-service.dtd">
    
    
    <service-group>
    
    
      <name replace-wildcards="yes">%h</name>
    
    
      <service>
        <type>_ssh._tcp</type>
        <port>22</port>
      </service>
    
    
    </service-group>
    What am I missing?

Similar Threads

  1. WSL - Host IP - Python3
    By pood0g in forum Development Archive
    Replies: 0
    Last Post: 2020-10-27, 03:23
  2. OTG Y host + tablet charging
    By Kroppand in forum NetHunter General Questions
    Replies: 0
    Last Post: 2014-10-16, 08:43
  3. Replies: 4
    Last Post: 2014-05-28, 17:18

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •