Tags
Active Directory Android ApiLess 64bits Apple Arduino Asm Backdoor BigBrother BigIP BlueCoat Botnet Chall Cisco Conference Crypto ctf DNS Dora Détection Excel Exploit F5 FareIT Fusion gcc hacking Ida ids Image processing Invoke LFI Linux Livre Lua macro malware masm MetaSploit NTinternals ollydbg packer Pdns PenTest PHP PowerShell PRISM python Radare2 Reverse Scouting Shell SQLi Sqlite suricata Sécu à Papa Tablette tasm Tshark Vintage Virtualisation Vmware Web WebSecurity Windows WordPress XSS yara yasmCategories
Category Archives: Mac
SSH agent qui marche sur MacOs Sierra
Bon, depuis l’uprgrade en sierra, cet animal ne se souvient pas que j’ai déja rentré le password de ma clef et me le demande a chaque connection… La soluce est dans mon .ssh/config désormais avec le addkeystoagent.
1 2 3 4 5 6 7 8 9 |
host * UseKeychain yes AddKeysToAgent yes IdentityFile ~/.ssh/id_rsa UseRoaming no |