summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_file.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Jakub Witczak2023-02-211-0/+1
|\
| * ssh: accept PKCS#8 host keyJakub Witczak2023-02-101-0/+1
* | Update copyright yearErlang/OTP2023-02-141-1/+1
|/
* ssh: replace size/1 by xxx_size/1Kiko Fernandez-Reyes2023-02-031-4/+4
* ssh: Move extract_public_key to ssh_fileHans Nilsson2022-04-281-1/+36
* Update copyright yearErlang/OTP2022-02-151-1/+1
* ssh: Fix typing and documentation for ssh_file:decode/2 and ssh_file:encode/2Hans Nilsson2022-02-111-13/+43
* ssh: Change Edwards curves representationHans Nilsson2022-02-111-4/+6
* Fix typos in lib/sshKian-Meng, Ang2022-01-201-1/+1
* Fix OpenSSH encoding of Ed25519/Ed448Jon Carstens2022-01-111-7/+2
* Update copyright yearRickard Green2021-12-131-1/+1
* Merge branch 'hans/ssh/no_extra_nl_in_knownhosts/OTP-17427' into maintHans Nilsson2021-05-241-2/+1
|\
| * ssh: Avoid adding a blank line in .ssh/known_hostsHans Nilsson2021-05-201-2/+1
* | ssh: Accept \r\n as well as \n as line endHans Nilsson2021-05-191-2/+2
* | ssh: ssh_file:encode/decode of known_host and authorized_keys filesHans Nilsson2021-05-191-55/+117
* | ssh: Change key namesHans Nilsson2021-05-031-12/+12
* | ssh: Add fingerprint and ssh_encode/ssh_decode functions to sshHans Nilsson2021-05-031-70/+330
|/
* ssh: Refactor decode_ssh_file/4 and export it. EXPERIMENTALHans Nilsson2020-08-271-29/+56
* ssh: Doc updatesHans Nilsson2020-03-111-30/+27
* ssh: Update ssh_file.erlHans Nilsson2020-03-111-93/+380
* ssh: make search okHans Nilsson2020-02-211-33/+23
* ssh: Redesigned ssh_file:add_host_keyHans Nilsson2020-02-211-24/+28
* ssh: Redesigned ssh_file:is_host_keyHans Nilsson2020-02-211-37/+57
* ssh: Redesigned ssh_file:is_auth_keyHans Nilsson2020-02-211-49/+39
* ssh: Add reading rfc4716 public keysHans Nilsson2020-02-211-0/+14
* ssh: Use ssh_message for ssh specific key and signature formatsHans Nilsson2020-02-211-92/+20
* ssh: New ssh_file decoding: "openssh-key-v1"Hans Nilsson2020-02-211-35/+252
* ssh: Refactor ssh_fileHans Nilsson2020-02-211-271/+220
* Merge branch 'hans/ssh/eddsa/OTP-15094' into maintHans Nilsson2018-11-191-1/+12
|\
| * ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'Hans Nilsson2018-11-191-1/+12
* | ssh: Make host and user key pre-checking betterHans Nilsson2018-11-191-1/+2
|/
* ssh: Re-phrase and adjust the documentation (ssh_file.xml)Hans Nilsson2018-10-241-2/+4
* ssh: Move some option's documentation to ssh_fileHans Nilsson2018-10-241-0/+15
* Update copyright yearHenrik Nord2018-06-181-1/+1
* ssh: New -spec and -typeHans Nilsson2018-04-251-21/+0
* ssh: ssh_file:user_key/2 checks ec keytypeHans Nilsson2017-05-151-5/+12
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2Hans Nilsson2017-04-261-10/+14
* ssh: Fix supervisors, start daemon and connect codeHans Nilsson2017-04-071-0/+2
* ssh: Initial commit of option handling changesHans Nilsson2017-03-021-2/+2
* ssh: -spec added for behavioursHans Nilsson2016-05-041-1/+22
* update copyright-yearHenrik Nord2016-03-151-1/+1
* ssh: ssh_file:default_user_dir/0 - try HOME env var firstHans Nilsson2015-11-131-2/+12
* ssh: add better error handling in ssh_fileHans Nilsson2015-11-111-4/+12
* ssh, public_key: Change EC Public Key representation to what was intendedHans Nilsson2015-10-161-6/+7
* ssh: ECDSA public key implementedHans Nilsson2015-10-081-24/+39
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* ssh: fix 'known_hosts' bug in ssh_fileHans Nilsson2014-02-051-13/+13
* ssh: Not run chmod every lookupFredrik Gustafsson2013-06-171-1/+8
* ssh: Document and clean up SSH behavioursIngela Anderton Andin2012-12-131-14/+15