OSCP+ Notes
  • 📙oscp+ notes
  • Reconnaissance
    • Discovery
      • DNS Hostname
      • Subdomain Discovery
      • Directory Discovery
    • Host Scan
      • Nmap
  • Enumeration
    • Services
      • FTP
      • SSH
  • Misc
    • SSH
    • RDP
    • File Transfer
    • Full Interactive Shell
    • Pivoting and Tunneling
Powered by GitBook
On this page
  • SSH without host key check
  • SSH keygen with RSA
  1. Misc

SSH

SSH without host key check

ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" user@IP

SSH keygen with RSA

ssh-keygen -t rsa -b 4096

PreviousSSHNextRDP

Last updated 7 months ago