!ukwNaPdEIgpneADQLo:matrix.org

Cybernity

395 Members
VyuhaInfinity CYBERNITY | The Cyber Community |join» #cybernityencrypted:matrix.org for more secure messaging.5 Servers

Load older messages


SenderMessageTime
10 Apr 2024
@telegram_372084874:t2bot.io#!/usr/bin/env h@x #YachaGang 🦊
In reply to #!/usr/bin/env h@x #YachaGang 🦊
Instead to figure how they gained access to the system and create a overcomplicated solution, how about to implement a security layer like Authelia ?
And on top of that: Netdata or Zabbix monitoring.

One of the important features if you guys host ANYTHING!
14:35:40
@telegram_372084874:t2bot.io#!/usr/bin/env h@x #YachaGang 🦊
In reply to #!/usr/bin/env h@x #YachaGang 🦊
And on top of that: Netdata or Zabbix monitoring.

One of the important features if you guys host ANYTHING!
@wother What do you use to monitoring your fleet? :D
14:36:27
@telegram_38231706:t2bot.ioWother
In reply to #!/usr/bin/env h@x #YachaGang 🦊
@wother What do you use to monitoring your fleet? :D
I have tinkered with Zabbix, hate it, but it is good.
14:57:18
@telegram_372084874:t2bot.io#!/usr/bin/env h@x #YachaGang 🦊
In reply to Wother
I have tinkered with Zabbix, hate it, but it is good.
🥲

Maybe Netdata is for you
15:44:07
13 Apr 2024
@telegram_7105176753:t2bot.ioLinearArray joined the room.03:07:29
@telegram_945003402:t2bot.ioCIG TG joined the room.05:04:57
@telegram_945003402:t2bot.ioCIG TG I just signed up for aws and i was tinkering around created a ec2 instance then ssh to it using my local machine created a git repository using --bare added git as a user to that now what I want to do is to clone that git repository to my local machine for this i created a ssh key of my local machine and added that as auth key to my ec2 instance inside home/git/.ssh/authorized_key

For some reason whenever i do git clone git!publicipofmyec2:/home/git/reviewapp.git it says (reviewapp.git is a git repository!)
git@65.0.98.168: Permission denied (publickey).
fatal: Could not read from remote repository.



Did this
chmod 600 the public key
ssh-add ~/.ssh/[your private key] - this displayed the identity
ssh-add -l showed me the new identity



checked ssh key it is fine on both sides checked permission as well that is fine too why is this not working? checked auth logs found nothing restarted ssh as well.



All of this is new to me I have debugged with gpt and stackoverflow for 2 3 hours before coming up any help will be appreciated
05:02:38
@telegram_945003402:t2bot.ioCIG TG @wother @h_2_o0 can you guys suggest the solution 05:03:53
@telegram_945003402:t2bot.ioCIG TG
In reply to CIG TG
I just signed up for aws and i was tinkering around created a ec2 instance then ssh to it using my local machine created a git repository using --bare added git as a user to that now what I want to do is to clone that git repository to my local machine for this i created a ssh key of my local machine and added that as auth key to my ec2 instance inside home/git/.ssh/authorized_key

For some reason whenever i do git clone git!publicipofmyec2:/home/git/reviewapp.git it says (reviewapp.git is a git repository!)
git@65.0.98.168: Permission denied (publickey).
fatal: Could not read from remote repository.



Did this
chmod 600 the public key
ssh-add ~/.ssh/[your private key] - this displayed the identity
ssh-add -l showed me the new identity



checked ssh key it is fine on both sides checked permission as well that is fine too why is this not working? checked auth logs found nothing restarted ssh as well.



All of this is new to me I have debugged with gpt and stackoverflow for 2 3 hours before coming up any help will be appreciated
btw I am using wsl
05:05:13
@telegram_945003402:t2bot.ioCIG TG
In reply to CIG TG
I just signed up for aws and i was tinkering around created a ec2 instance then ssh to it using my local machine created a git repository using --bare added git as a user to that now what I want to do is to clone that git repository to my local machine for this i created a ssh key of my local machine and added that as auth key to my ec2 instance inside home/git/.ssh/authorized_key

For some reason whenever i do git clone git!publicipofmyec2:/home/git/reviewapp.git it says (reviewapp.git is a git repository!)
git@65.0.98.168: Permission denied (publickey).
fatal: Could not read from remote repository.



Did this
chmod 600 the public key
ssh-add ~/.ssh/[your private key] - this displayed the identity
ssh-add -l showed me the new identity



checked ssh key it is fine on both sides checked permission as well that is fine too why is this not working? checked auth logs found nothing restarted ssh as well.



All of this is new to me I have debugged with gpt and stackoverflow for 2 3 hours before coming up any help will be appreciated
Update it worked✅ earlier I was copying the ssh key from terminal it was like this - SHA256:7/Wmt1Q5dSjtr1Jzbdc myemail this time I just went to .ssh folder on my local machine and copied the key which looked like ssh-ed25519 AAAAC3NzaC1lZDI1NTE myemail I am not sure why this worked? they key is same the difference is in representation? (Earlier SHA256 now ssh-ed25519)
05:23:27
@telegram_38231706:t2bot.ioWother
In reply to CIG TG
Update it worked✅ earlier I was copying the ssh key from terminal it was like this - SHA256:7/Wmt1Q5dSjtr1Jzbdc myemail this time I just went to .ssh folder on my local machine and copied the key which looked like ssh-ed25519 AAAAC3NzaC1lZDI1NTE myemail I am not sure why this worked? they key is same the difference is in representation? (Earlier SHA256 now ssh-ed25519)
those are two different keys, my friend.
05:37:37
@telegram_38231706:t2bot.ioWothernice that it is working though! Good job!05:37:50
@telegram_945003402:t2bot.ioCIG TG
In reply to Wother
those are two different keys, my friend.
how come ? I mean i generated it using this - ssh-keygen -t ed25519 -C and it got created
05:43:57
@telegram_945003402:t2bot.ioCIG TGI think I should nuke this and try again05:44:11
@telegram_945003402:t2bot.ioCIG TG * how come ? I mean i generated it using this
 - ssh-keygen -t ed25519 -C 
and it got created
05:44:49
@telegram_945003402:t2bot.ioCIG TG * how come ? I mean i generated it using this
 - ssh-keygen -t ed25519 -C 
and it got created (showed in terminal and on gui as well a single file
05:45:10
@telegram_945003402:t2bot.ioCIG TG* maybe i am wrong I should nuke this and try again05:45:23
@telegram_38231706:t2bot.ioWother
In reply to CIG TG
how come ? I mean i generated it using this - ssh-keygen -t ed25519 -C and it got created
you can create as many keys as you want.

ssh might be looking at the wrong key from WSL. Remember that WSL is it's own subsystem within windows. Windows has it's own SSH and whatnot, for when you ssh from powershell or cmd
05:46:43
@telegram_38231706:t2bot.ioWotheryou might have copied the wrong key one way or another.05:46:57
14 Apr 2024
@telegram_811185607:t2bot.ioGagan Malvi changed their profile picture.11:26:08
15 Apr 2024
@telegram_1566513730:t2bot.ioZyanCan anyone help with the GB WhatsApp ban14:41:04
@telegram_372084874:t2bot.io#!/usr/bin/env h@x #YachaGang 🦊
In reply to Zyan
Can anyone help with the GB WhatsApp ban
Ban on Whatsapp - Doesnt matter which client you use.

Your number has been banned since you violate Whatsapp TOS by using a third party app instead of the original app.
15:24:33
@telegram_38231706:t2bot.ioWother???16:33:15
@telegram_1502313477:t2bot.ioPero Sar AкчаYes16:33:34
@telegram_1502313477:t2bot.ioPero Sar Aкча changed their profile picture.16:47:50
@telegram_1566513730:t2bot.ioZyanApp is banned16:54:07
@telegram_1566513730:t2bot.ioZyanBecause of it's features16:58:12
@telegram_1566513730:t2bot.ioZyanThe thing is that I want to use that ban app16:56:29
@telegram_1566513730:t2bot.ioZyanThe thing is that I didn't got banned.... the app is banned currently I'm using the official software17:01:08
@telegram_1502313477:t2bot.ioPero Sar AкчаMakes sense u got banned16:58:34

Show newer messages


Back to Room ListRoom Version: 6