====== Public Key Auth ====== Usual spiel, edit ''~/.ssh/authorized_keys'' ====== One-time Passwords ====== There are now password based logins, either use public-key or OTP. ===== Setting up your user ===== You do stuff with ''opiepasswd''. Something like: - Set up your generator with a secret - Tell opiepasswd the initial sequence number and seed ===== OTP Clients for phones ===== * [[http://fatsquirrel.org/software/vejotp/|VejOTP]] works on any MIDP-compatible phone * [[https://f-droid.org/repository/browse/?fdfilter=OTP&fdid=de.ub0r.android.otpdroid|optdroid]] should work on Android ====== Web-based SSH ====== There is a web-based SSH client available at [[https://marmot.wormnet.eu/shell]]. You will need to have configured OTP to be able to use it. ====== SSH on 443 ====== sslh is being used to multiplex SSH and HTTPS on 443. This means you can go via an HTTPS proxy to gain access.