View Single Post
Old 02-17-2022, 06:34 PM   #4
C.Bandicoot
Junior Member
C.Bandicoot began at the beginning.
 
C.Bandicoot's Avatar
 
Posts: 8
Karma: 10
Join Date: Feb 2022
Device: K5 (Touch)
Update:
I was finally able to connect via ssh over wifi using the following command:
Quote:
ssh -i ~/.ssh/id_myprivatekeysname root@192.168.123.123
where myprivatekeysname is of course my private keys name and the ip address has to be of course, the actual ip address of your device which can be found in your router or with ;711 (in searchbar)

Just in case anyone else has this issue

But I didn't up or down any thing (with ifconfig or so)
it just worked now so I assume that the only issue was that my key might not be registered in my ssh-agent
C.Bandicoot is offline   Reply With Quote