![]() |
|
![]() |
| Or you can just run IRC client on start. Just trap SIGINT and SIGTSTP, run simple or modified client that cannot do exec or escape to shell and you are done :) |
![]() |
| Pretty neat! We implemented something similar with an IRC chat app (senpai) in our SSH app (pico.sh). After the user creates an account, it lets users connect to our public IRC bouncer with a single command (`ssh pico.sh -t chat`).
ref: https://pico.sh/irc |
![]() |
| I'd be curious whether there's any security concerns on this one. Could an attacker craft a message that gets access to execute commands into a client terminal? |
![]() |
| You may not want the chat server owner to know which public ssh key you are using for privacy reasons.
Workaround: Specify another ssh keypair |
![]() |
| The readability might be nice, but the way files are structured makes no sense to me.
In PHP/Typescript there’s always a direct correspondence between imports and file locations, but Go baffles me. |
![]() |
| As a gentle reminder, if you are forwarding your ssh-agent by default, you should connect with:
So your secure identities are not exposed to a random ssh server ... |
![]() |
| Looks like ascii colors aren't being filtered correctly.. which is a pretty big issue. White on white isn't very readable... :-) |
![]() |
| If you want to use my server, it might be a little more powerful than the current one. I would self host but to be honest I'd prefer helping out with the main instance. In case, I am here |
![]() |
| ssh: connect to host devzat.hackclub.com port 22: Connection refused
PORT STATE SERVICE 22/tcp closed ssh Nmap done: 1 IP address (1 host up) scanned in 1.18 seconds ---- overloaded? |
![]() |
| Normal talk in unices system can do that.
Irc have exange data between server and minimalize data trafic. still irc is better, but meybe in future |
I have a Raspberry Pi running a read-only server where some friends and I have a "poor man's IRC" chat, in that we all log in from Termux and post messages to one another using `wall`. It's absolutely ridiculous and I love it.