stribika.github.io
stribika.github.io copied to clipboard
**ssh-keygen -t ed25519 -a 100** does the trick.
See http://nurdletech.com/linux-notes/ssh/hidden-service.html or the official tor documentation.
This may be a dumb question, but as a person who loves to share (and peek at others') dotfiles, I've long desired to include my `~/.ssh/config` file in my dotfiles....
I wonder if the new exprerimental --without-openssl option on both client and server side makes many of these tweaks unnecessary?
I've tried config changes suggested in the secure secure shell article and I found that it doesn't work with wheezy (openssh 6.0p1) since this version doesn't support ed25519 keys. It...
after upgrading Ubuntu to the latest version it has some issues every time i fire "apt-get dist-upgrade". i think this is because it finds that there's no DSA key on...
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014 Here is a printout of `ssh -Tv github.com` when I use your suggested github configuration in /etc/ssh/ssh_config: OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014...
Sorry, I don't want to make anyone day bad, but just a note for systemd users. they can either mask the default ssh-keygen service which is named `sshdgenkeys.service` on ArchLinux:...
OSX (at least Yosemite) ships with: OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 and it says it would support [email protected],[email protected] (Man pages and ssh -v output if you don't configure anything)...
while hardening my authorized_keys to known DNS Names and IPv4/IPv6 addresses, i found a hwoto on [ University of Cambridge - Computer Laboratory: Using SSH to connect to the Lab](http://www.cl.cam.ac.uk/local/sys/ssh/)...