Results 1 to 1 of 1

Thread: Installing Weaved on Kali 2.0.1 for Raspberry Pi 2 remote access to tcp services

  1. #1
    Join Date
    2015-Dec
    Posts
    1

    Installing Weaved on Kali 2.0.1 for Raspberry Pi 2 remote access to tcp services

    I read the terms of service, honestly, so let me know if I should not post about this product.

    Weaved is a small daemon that installs easily on many ARM-based Debian OS embedded devices, and gives you "service-level VPN" access to individual tcp services on your device. Some of the most popular applications are:
    • ssh for remote console and scp/sftp file transfer
    • VNC for remote desktop
    • http for device web configuration UI


    You can also use the Weaved daemon to proxy to other devices on the LAN it is connected to.

    You connect to Weaved either through a web portal or Linux/Mac compatible scripts which create a peer-to-peer connection.

    Installing Weaved on Kali 2.0.1 for Kali 2.0.1 for Raspberry Pi

    After you get Kali running on your Pi, log in and run the following commands:

    sudo apt-get update
    wget https://github.com/weaved/installer/...ctd-1.3-03.deb

    The size of the deb file is: 88752 bytes
    and the md5 checksum is: b7ef76fa8ffa462ca495ca7a47a65ee5

    Once those check out OK, run:

    sudo dpkg -i weavedconnectd-1.3-03.deb

    This will complain about some missing dependencies, but then you can run:

    sudo apt-get install -f

    and the dependencies will be resolved, and the Weaved installation will complete.

    Finally, run:

    sudo weavedinstaller

    and you can follow the rest of the instructions here:

    https://www.weaved.com/installing-we...-raspbian-os/1

    Note:
    While you can install Weaved services using SSH on your LAN, if you are using a Weaved SSH connection and running the Weaved installer, you must be careful not to touch the connection you are currently using. Avoid the following to prevent termination of your Weaved SSH connection:

    1) sudo apt-get upgrade (if a weavedconnectd upgrade is available)
    2) sudo killall weavedconnectd
    3) sudo Weavedssh22.sh stop
    4) sudo Weavedssh22.sh restart
    Last edited by Funkanzan; 2016-01-01 at 14:23.

Similar Threads

  1. Remote access
    By LinaCl in forum How-To Archive
    Replies: 2
    Last Post: 2022-03-17, 19:06
  2. Enabling Remote Desktop and SSH access to Kali
    By yaksmen in forum How-To Archive
    Replies: 10
    Last Post: 2021-01-19, 20:55
  3. Raspberry Pi 3 - Kali Linux - Remote Access over 3G
    By markojic in forum ARM Archive
    Replies: 3
    Last Post: 2017-07-06, 15:27
  4. Remote access with SSH/TightVNC failed with new Kali 2.0
    By kali2 in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2016-02-25, 21:35
  5. Replies: 0
    Last Post: 2015-10-09, 01:01

Posting Permissions

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