Skip to content

ferryvan/sshToTermuxWithMacAddr.ps1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

sshToTermuxWithMacAddr.ps1

Connect to your termux without ip within LAN

A Powershell script to ssh to your termux using MAC Addr

  1. Search MAC Addr in Arp Cache
  2. Try host discovey on 192.168.1.2-253 (using nmap)
  3. ssh ip -p port

Need:

Use:

  • change SETTINGS and ./sshtermux.ps1
  • make sure that your termux sshd is online

Other:

  • add this directory to $PATH
  • New-Alias -Name 'tm' -Value 'sshtermux.ps1'
  • now you can use the commond tm to connect to your termux

enjoy!


                             o==)_\
|                              ',====_          NO BUG
`========                        \ \  \_____    GOD BLESS ME
(________)/~-----||-----.         \ \  `\  ||
   _\_\__/_______||______\         \ \   `\||
  (||__________________   \        |  |)   `\_
   /          /_~_///  \  /        / /        `-_
  /   -==============- / /        / / ___________\_
 /_____________==//___/_/________/_/___===========|
 _//|  ( () )/ |~`-----------------'  |  ( ()')  |
'-'  \_ `--' _/                        \_ `--' _/
       `----'                            `----'

About

Connect to your termux without ip within LAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published