Email or username:

Password:

Forgot your password?
4 posts total
Bryan Steele :flan_beard:

Hope my fellow #OpenBSD developers are having a great time in Prague for the #c2k24 #hackathon this week! 🐡:flan_hacker:​

Show previous comments
Anton Zadorožnyj

@brynet such a lovely depiction of T3 (tram model), who's the artist?

florian :flan_hacker:

@brynet too bloody hot for serious hacking, but things come together nicely, if a bit slow...

Anthk

@brynet now I need that image as a non rounded animation a la old 3d vector games.

Bryan Steele :flan_beard:

If you run #OpenBSD and like playing games, I recommend checking out IndieRunner, which was committed to ports today. It was made by fellow OpenBSD developer Thomas Frohwein (thfr@), building upon his previous work for FNA titles (fnaify), adding support for multiple engines/runtimes.

github.com/IndieRunner/IndieRu

marc.info/?l=openbsd-ports-cvs

#PlayOnBSD

Bryan Steele :flan_beard:

"Keystroke timing obfuscation" has been added to ssh(1) client in #OpenBSD -current.

This uses the recently added "ping@openssh.com" vendor extension described in the PROTOCOL file.

cvsweb.openbsd.org/src/usr.bin

djm@ modified src/usr.bin/ssh/*: Add keystroke timing obfuscation to the client.

This attempts to hide inter-keystroke timings by sending interactive traffic at fixed intervals (default: every 20ms) when there is only a small amount of data being sent. It also sends fake "chaff" keystrokes for a random interval after the last real keystroke. These are controlled by a new ssh_config ObscureKeystrokeTiming keyword.

feedback/ok markus@

#OpenSSH #ssh

"Keystroke timing obfuscation" has been added to ssh(1) client in #OpenBSD -current.

This uses the recently added "ping@openssh.com" vendor extension described in the PROTOCOL file.

cvsweb.openbsd.org/src/usr.bin

djm@ modified src/usr.bin/ssh/*: Add keystroke timing obfuscation to the client.

Nikow

@brynet Excuse me my ignorance, but if I do not ask I will not know. Why does OpenBSD add such features? How does it improve my security?

js

@brynet Oh no, hopefully OpenSSH ping will not end up like OpenSSL ping! :flan_nooo:

Bryan Steele :flan_beard:

Binary syspatches are now available for #OpenBSD 7.2/7.3, on i386/amd64.

"After syspatch on amd64 and i386, "fw_update" and "installboot" must be run before reboot. "

# fw_update

New bootblocks will need to be installed, using a command similar to this:

# installboot -v sd0

Go Up