Remote login into thunix (OpenSSH)
·How to generate an
SSH Public Key by using one of these ssh clients:
- OpenSSH
- PuTTY(windows)
- ConnectBot(Android smartphone)
·Per-user configuration options (~/.ssh/config)
If this has ever happened...
* Read from remote host example-domain.tld: Connection reset by peer
Connection to example-domain.tld closed.
#try by setting timeout interval in seconds
ServerAliveInterval 60
#ServerAliveCountMax 10
* socket: Address family not supported by protocol
#specify to use IPv4 or IPv6 only
AddressFamily inet
AddressFamily inet6
* to specify the path to your identity file (private key)
usually in ~/.ssh/id_rsa:
ssh username@thunix.net -i /path/to/id_rsa
* Unable to negotiate: no matching key exchange method found.
Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [preauth]
Update to
ConnectBot-git-v1.9.2.apk for Android 2.3.x